Skip to content

Commit

Permalink
docs(Editable): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epr3 committed Jun 22, 2024
1 parent 1fbc176 commit 83b1fe2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/content/meta/EditableRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,20 @@
'name': 'isEmpty',
'description': '<p>Whether the editable field is empty</p>\n',
'type': 'boolean'
},
{
'name': 'submit',
'description': '<p>Function to submit the value of the editable</p>\n',
'type': ''
},
{
'name': 'cancel',
'description': '<p>Function to cancel the value of the editable</p>\n',
'type': ''
},
{
'name': 'edit',
'description': '<p>Function to set the editable in edit mode</p>\n',
'type': ''
}
]" />

0 comments on commit 83b1fe2

Please sign in to comment.