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

Properties

Properties

alwaysShow: (e: boolean) => void
hide: () => void
show: () => void