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

    Interface EntityListingDefinition

    EntityListing定義

    interface EntityListingDefinition {
        canFileDownload: boolean;
        csvDownloadCharacterCode: string[];
        customEntitySettingList?: Record<string, EntityCustomSetting>;
        customViewComponentName?: string;
        customViewPrecompileSfc: boolean;
        customViewScript?: string;
        customViewTemplateInterpretType: TemplateInterpretType;
        defaultEntitySetting: EntityCustomSetting;
        description?: string;
        displayName?: string;
        entityName: string;
        fileSupportType: EntityListingFileSupportType;
        havingEditModeDialog: boolean;
        isOracle: boolean;
        listableEntityList: ListableEntity[];
        name: string;
        relativeRanges: RelativeRange[];
        remainInlineText: boolean;
        searchLimit: number;
        userViewName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    canFileDownload: boolean

    ファイルダウンロード可否

    csvDownloadCharacterCode: string[]

    CSVダウンロード文字コード

    customEntitySettingList?: Record<string, EntityCustomSetting>

    Entity個別設定一覧 (key: Entity定義名)

    customViewComponentName?: string

    カスタム画面ScriptのコンポーネントName

    customViewPrecompileSfc: boolean

    カスタム画面ScriptのVUE_SFCプリコンパイルフラグ

    customViewScript?: string

    カスタム画面Scriptのレンダリング結果

    customViewTemplateInterpretType: TemplateInterpretType

    カスタム画面ScriptのテンプレートInterpretType

    defaultEntitySetting: EntityCustomSetting

    デフォルトEntity設定

    description?: string

    説明

    displayName?: string

    表示名

    entityName: string

    Entity定義名

    ファイルサポートタイプ

    havingEditModeDialog: boolean

    ダイアログ編集モードフラグ

    isOracle: boolean

    Oracleフラグ

    listableEntityList: ListableEntity[]

    選択可能Entity一覧

    name: string

    定義名

    relativeRanges: RelativeRange[]

    カスタム相対範囲

    remainInlineText: boolean

    LongTextインライン検索可否

    searchLimit: number

    検索結果上限

    userViewName: string

    User参照時のView名