Interface OtherGridComponentOptions

interface OtherGridComponentOptions {
    backgroundColor?: string;
    width?: number;
    height?: number;
    showAspect?: boolean;
    timeBackgroundColor?: string;
    showTimer?: boolean;
    meetingProgressTime?: string;
}

Properties

backgroundColor?: string
width?: number
height?: number
showAspect?: boolean
timeBackgroundColor?: string
showTimer?: boolean
meetingProgressTime?: string