@vernonia/core - v5.1.12
    Preparing search index...

    Options for shell panel component and action bar action.

    interface Component {
        component: Widget;
        groupEnd?: boolean;
        icon: string;
        text: string;
        type: "calcite-dialog" | "calcite-flow" | "calcite-panel";
    }
    Index

    Properties

    component: Widget
    groupEnd?: boolean
    icon: string
    text: string
    type: "calcite-dialog" | "calcite-flow" | "calcite-panel"