Frame Drawer
Last updated
Was this helpful?
A pull-out sidebar for app navigation and user interaction within the application interface.

name
string
Component name
open()
β
void
Open modal window
close()
β
void
Close modal window
setOpenButtonDisabled
disabled: boolean
void
Disable or enable open button
setValue
data: object
void
Set component data
reset()
β
void
Reset component to the initial value
validate()
β
void
Trigger form validation
resetValidation()
β
void
Clear validation errors
On Init
Triggered when the component is initialized
On Open
Triggered when the drawer is opened
On Close
Triggered when the drawer is closed
Last updated
Was this helpful?
Was this helpful?