mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add api docs
This commit is contained in:
parent
805efbea4e
commit
31c8dcba48
8 changed files with 78 additions and 2 deletions
|
@ -136,6 +136,30 @@ const MultiSelectProps = [
|
|||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the overlay panel."
|
||||
},
|
||||
{
|
||||
name: "selectionLimit",
|
||||
type: "number",
|
||||
default: "null",
|
||||
description: "Maximum number of selectable items."
|
||||
},
|
||||
{
|
||||
name: "showToggleAll",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether to show the header checkbox to toggle the selection of all items at once."
|
||||
},
|
||||
{
|
||||
name: "loading",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether the multiselect is in loading state."
|
||||
},
|
||||
{
|
||||
name: "loadingIcon",
|
||||
type: "string",
|
||||
default: "pi pi-spinner pi-spin",
|
||||
description: "Icon to display in loading state."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue