StylePanelDoubleDropdownPickerProps
See source codeTable of contents
interface StylePanelDoubleDropdownPickerProps<T extends string> {}
Properties
itemsA
itemsA: StyleValuesForUi<T>
itemsB
itemsB: StyleValuesForUi<T>
label
label: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey
labelA
labelA: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey
labelB
labelB: Exclude<string, TLUiTranslationKey> | TLUiTranslationKey
styleA
styleA: StyleProp<T>
styleB
styleB: StyleProp<T>
uiTypeA
uiTypeA: string
uiTypeB
uiTypeB: string
valueA
valueA: SharedStyle<T>
valueB
valueB: SharedStyle<T>
Methods
onValueChange
optional
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
void
Prev
StylePanelContextProviderPropsNext
StylePanelDropdownPickerProps