Interface OtherGridComponentOptions

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

Properties

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