mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
fix: rename isBlocked to isExpanded in SplitButtonState interface
This commit is contained in:
parent
e5af2d3ad0
commit
c8d9623593
1 changed files with 2 additions and 2 deletions
|
@ -104,10 +104,10 @@ export interface SplitButtonPassThroughAttributes {
|
||||||
*/
|
*/
|
||||||
export interface SplitButtonState {
|
export interface SplitButtonState {
|
||||||
/**
|
/**
|
||||||
* Current blocked state as a boolean.
|
* Current expanded state as a boolean.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
isBlocked: boolean;
|
isExpanded: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue