pub fn OverlayDrawer(props: OverlayDrawerProps) -> impl IntoViewExpand description
§Required Props
- open:
impl Into<Model<bool>>- Controls the open state of the Drawer.
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - container_class:
impl Into<MaybeProp<String>> - mask_closeable:
impl Into<Signal<bool>>- Whether to emit hide event when click mask.
- close_on_esc:
impl Into<bool>- Whether to close drawer on Esc is pressed.
- position:
impl Into<Signal<DrawerPosition>>- Position of the drawer.
- size:
impl Into<Signal<DrawerSize>>- Size of the drawer.
- modal_type:
impl Into<DrawerModalType>- Dialog variations.