Frame drawer

A pull-out sidebar for app navigation and user interaction within the application interface.

Methods

MethodDescription

open()

opens a modal window

close()

closes a modal window

setValue(data: Object)

sets value of the component

reset()

resets component to the initial state

setOpenButtonDisabled(disabled: boolean)

enables/ disables an open button

validate()

triggers validations

resetValidation()

resets validation errors

Triggers

Triggers allow you to launch certain actions based on different events.

On Init

Calls for an action on component initialization, e.g., page refresh

On Open

Calls for an action when a component is opened

On Close

Calls for an action when a component is closed

Last updated