mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add disabled
to SelectButtonContext
type
This commit is contained in:
parent
a31f1a0c8f
commit
bd4f338e24
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ export interface SelectButtonContext {
|
|||
* @defaultValue false
|
||||
*/
|
||||
focused: boolean;
|
||||
/**
|
||||
* Current disabled state of the item as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
disabled: boolean;
|
||||
/**
|
||||
* Available option.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue