RAMP4 - v4.21.0
    Preparing search index...
    interface AppbarItemConfig {
        componentId?: string;
        id: string;
        options?: object;
    }

    Implemented by

    Index

    Properties

    componentId?: string

    ID of the component of this appbar item.

    AppbarItemConfig

    id: string

    ID of this Appbar item.

    AppbarItemConfig

    options?: object

    The options for the displayed appbar button.

    AppbarItemConfig