Skip to content

@drawerly/react / DrawerState

DrawerState<TDrawerOptions> ​

Drawer manager state.

Type Parameters ​

TDrawerOptions ​

TDrawerOptions extends DrawerOptions = DrawerOptions

Properties ​

stack ​

ts
stack: readonly TDrawerOptions[];

Current drawer stack. The last item is the topmost drawer.

Released under the MIT License.