Interface CommandBarEvents

interface CommandBarEvents {
    alwaysShow: ((e) => void);
    hide: (() => void);
    show: (() => void);
}

Properties

Properties

alwaysShow: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: boolean

      Returns void

hide: (() => void)

Type declaration

    • (): void
    • Returns void

show: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc