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

    Interface SelectItem

    Select項目の内部状態

    interface SelectItem {
        aggregateType: AggregateType;
        alignType: AlignType;
        colWidthType: ColWidthType;
        displayName: string;
        editorConfig?: EntityListingEditorConfig;
        formatType: DispFormatType | "NULL";
        id: string;
        multiple: boolean;
        propertyType: string;
        propName: string;
        referenceEntityName?: string;
        user?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregateType: AggregateType

    集約関数

    alignType: AlignType

    配置

    colWidthType: ColWidthType

    列幅

    displayName: string

    表示名

    エディタ設定(SELECT型の選択肢やEXPRESSION型の内部エディタ等)

    formatType: DispFormatType | "NULL"

    フォーマット

    id: string

    表示用ID

    multiple: boolean

    多重度が1以外

    propertyType: string

    プロパティタイプ

    propName: string

    プロパティ名

    referenceEntityName?: string

    参照先Entity名(REFERENCE型の場合)

    user?: boolean

    Userプロパティフラグ(作成者・更新者・ロックユーザー等) trueの場合、REFERENCE型としてmtp.auth.Userエンティティを参照する