@refinio/one.ui
    Preparing search index...

    The structure of the object saved in the context

    type AppBarData = {
        _loaded?: boolean;
        debugStatistic?: boolean;
        hide?: boolean;
        isAltClick?: boolean;
        isLeftBtnClicked: boolean;
        isRightBtnClicked: boolean;
        isShiftClick?: boolean;
        leftBtnCallback?: (options: BtnCallbackOptions) => void;
        mode: AppBarMode;
        rightBtnCallback?: (options: BtnCallbackOptions) => void;
        title: string;
    }
    Index

    Properties

    _loaded?: boolean
    debugStatistic?: boolean
    hide?: boolean
    isAltClick?: boolean
    isLeftBtnClicked: boolean
    isRightBtnClicked: boolean
    isShiftClick?: boolean
    leftBtnCallback?: (options: BtnCallbackOptions) => void
    rightBtnCallback?: (options: BtnCallbackOptions) => void
    title: string