mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Api generator updates
This commit is contained in:
parent
dd60ff7ace
commit
5c6ffcc482
10 changed files with 6 additions and 60 deletions
|
@ -11,18 +11,18 @@ const StepsProps = [
|
|||
default: 'null',
|
||||
description: 'An array of menuitems.'
|
||||
},
|
||||
{
|
||||
name: 'activeStep',
|
||||
type: 'number',
|
||||
default: '0',
|
||||
description: 'Active step index of menuitem.'
|
||||
},
|
||||
{
|
||||
name: 'readonly',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Whether the items are clickable or not.'
|
||||
},
|
||||
{
|
||||
name: 'exact',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue