Interface IOffcanvasProps<T>

Offcanvas Properties

Type Parameters

  • T = HTMLElement

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

body?: string | T
className?: string

Custom class names.

data?: any
el?: HTMLElement

The element to render the component to.

id?: string
onRenderBody?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      Returns void

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

Type declaration

    • (el?, props?): void
    • Parameters

      Returns void

size?: number
title?: string | T
type?: number

Generated using TypeDoc