型・APIリファレンス
    Preparing search index...

    Interface EntityMenuItem

    EntityView表示用のMenuItem

    interface EntityMenuItem {
        description?: string;
        displayName?: string;
        entityName: string;
        iconColor?: string;
        iconTag?: string;
        iconUrl?: string;
        name: string;
        parameter?: string;
        showWithExecuteSearch: boolean;
        type: "ENTITY" | "NODE" | "URL" | "ACTION";
        viewName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    説明

    displayName?: string

    表示名

    entityName: string

    Entity定義名

    iconColor?: string

    アイコンカラー

    iconTag?: string

    アイコンタグ

    iconUrl?: string

    アイコンURL

    name: string

    定義名

    parameter?: string

    アクション実行時のパラメータ

    showWithExecuteSearch: boolean

    画面表示時に検索実行するか?

    type: "ENTITY" | "NODE" | "URL" | "ACTION"

    MenuItemタイプ

    viewName?: string

    View名