Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 3, 2024
1 parent 23c0106 commit 08a8715
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10502,6 +10502,12 @@
"optional": false,
"readonly": false,
"type": "CheckboxContext"
},
{
"name": "state",
"optional": false,
"readonly": false,
"type": "CheckboxState"
}
],
"callbacks": []
Expand Down Expand Up @@ -10575,6 +10581,20 @@
}
],
"callbacks": []
},
"CheckboxState": {
"description": "Defines current inline state in Checkbox component.",
"relatedProp": "",
"props": [
{
"name": "focused",
"optional": false,
"readonly": false,
"type": "boolean",
"description": "Current focused state as a boolean."
}
],
"callbacks": []
}
}
},
Expand Down

0 comments on commit 08a8715

Please sign in to comment.