BootCell
    Preparing search index...

    Interface OffcanvasProps

    interface OffcanvasProps {
        backdrop?: boolean | "static";
        show?: boolean;
        [key: string]: any;
        [key: number]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    • [key: number]: any
    Index

    Properties

    Properties

    backdrop?: boolean | "static"
    show?: boolean