ButtonPickerProps

Public Interface

Table of Contents
Signature
interface ButtonPickerProps<T extends TLStyleItem> {}
References

TLStyleItem


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

TLStyleType


title

Public PropertySignature

Signature
title: string

value

Public PropertySignature

Signature
value?: null | number | string

Edit this page
Last edited on 11 May 2023
ButtonPickerButtonProps