Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 30, 2024
1 parent 9abba69 commit 64da411
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,7 @@
"optional": true,
"readonly": false,
"type": "boolean",
"description": "Mandatory unique key of the node."
"description": "Defines if the node is loading."
}
]
}
Expand Down Expand Up @@ -3480,7 +3480,7 @@
"optional": true,
"readonly": false,
"type": "boolean",
"description": "Mandatory unique key of the node."
"description": "Defines if the node is loading."
},
{
"name": "originalEvent",
Expand Down Expand Up @@ -5326,6 +5326,14 @@
"default": "false",
"description": "Whether to display timepicker only."
},
{
"name": "stepYearPicker",
"optional": false,
"readonly": false,
"type": "number",
"default": "10",
"description": "Years to change per step in yearpicker."
},
{
"name": "stepHour",
"optional": false,
Expand Down Expand Up @@ -22172,6 +22180,20 @@
"type": "string",
"description": "Text of the button."
},
{
"name": "tooltip",
"optional": false,
"readonly": false,
"type": "string",
"description": "Tooltip for the main button."
},
{
"name": "tooltipOptions",
"optional": false,
"readonly": false,
"type": "string",
"description": "Tooltip options for the main button."
},
{
"name": "style",
"optional": false,
Expand Down Expand Up @@ -28759,7 +28781,7 @@
"optional": true,
"readonly": false,
"type": "boolean",
"description": "Mandatory unique key of the node."
"description": "Defines if the node is loading."
},
{
"name": "originalEvent",
Expand Down

0 comments on commit 64da411

Please sign in to comment.