Interface ConfigureWhiteboardModalOptions

interface ConfigureWhiteboardModalOptions {
    isVisible: boolean;
    onConfigureWhiteboardClose: (() => void);
    parameters: ConfigureWhiteboardModalParameters;
    backgroundColor?: string;
    position?: string;
}

Properties

isVisible: boolean
onConfigureWhiteboardClose: (() => void)
backgroundColor?: string
position?: string