Type alias LLWidgetChoiceOptionProps
LLWidgetChoiceOptionProps: { OptionComponent?: typeof LLWidgetOption; OptionComponentStyles?: LLWidgetOptionProps["styles"]; onOptionChange: ((optionIndex) => void); optionIndex: number; selectedOptionIndex: number; widgetId: string; } Type declaration
Optional
OptionComponent?: typeof LLWidgetOption
Optional
OptionComponentStyles?: LLWidgetOptionProps["styles"]
onOptionChange: ((optionIndex) => void)
- (optionIndex): void
Returns void
optionIndex: number
selectedOptionIndex: number
widgetId: string