Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOffcanvasProps<T>

Offcanvas Properties

Type parameters

  • T

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IOffcanvas) => void

Assigns the object to the input parameter.

Type declaration

Optional body

body: string | T

Optional className

className: string

Custom class names.

Optional data

data: any

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional enableBackdrop

enableBackdrop: boolean

Optional enableScroll

enableScroll: boolean

Optional id

id: string

Optional onRenderBody

onRenderBody: (el?: HTMLDivElement, props?: IOffcanvasProps) => void

Type declaration

Optional onRenderHeader

onRenderHeader: (el?: HTMLDivElement, props?: IOffcanvasProps) => void

Type declaration

Optional title

title: string | T

Generated using TypeDoc