ButtonPickerProps
Public Interface
Table of Contents
Signature
interface ButtonPickerProps<T extends TLStyleItem> {}
References
Properties
"data-wd"
{#ButtonPickerProps-"data-wd"-member}
Public PropertySignature
Signature
'data-wd'?: string
columns
Public PropertySignature
Signature
columns?: 2 | 3 | 4
items
Public PropertySignature
Signature
items: T[]
onValueChange
Public PropertySignature
Signature
onValueChange: (item: T, squashing: boolean) => void
styleType
Public PropertySignature
Signature
styleType: TLStyleType
References
title
Public PropertySignature
Signature
title: string
value
Public PropertySignature
Signature
value?: null | number | string