Interface DeputyCCIStatusDropdownProps

interface DeputyCCIStatusDropdownProps {
    enabled?: ContributionSurveyRowStatus[];
    requireAcknowledge?: boolean;
    status?: ContributionSurveyRowStatus;
    widgetOptions?: string[];
}

Properties

The list of enabled status options. If not available, the option will be dimmed, with the exception of Unknown, which will be hidden.

requireAcknowledge?: boolean

Whether an acknowledgment message is required after broadcasting a change. Defaults to true. false for root sessions.

The initial status of the page.

widgetOptions?: string[]

Extra options for the DropdownWidget.