Name and description | Type | Value |
---|---|---|
[badgeHandler] valueOf to get a number to show by default | TuiHandler<T> | item=>Number(item) |
[content] | PolymorpheusContent | |
[disabledItemHandler] A handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<T> | ()=>!1 |
[identityMatcher] === by default. Must be a pure function | TuiIdentityMatcher | |
[items] toString for view | T[] | ['Alex Inkin', 'Roman Sedov'] |
[size] | TuiSizeS | TuiSizeL | 'l' |
(toggledItem) | T |