Interface MainGridComponentOptions

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

Properties

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