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

    Type Alias DefinitionPath

    View初期化リクエストパスを表すオブジェクトの型

    type DefinitionPath = {
        definitionName?: string;
        viewName?: string;
        viewType: ViewType;
    }
    Index

    Properties

    definitionName?: string

    定義名

    viewName?: string

    View名(EntityViewのみ)

    viewType: ViewType

    View定義タイプ