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

    Interface EntityPropertyInfo

    Entity プロパティ情報

    interface EntityPropertyInfo {
        displayLabel?: string;
        multiplicity?: number;
        propertyName: string;
        propertyType?: string;
        required?: boolean;
    }
    Index

    Properties

    displayLabel?: string

    表示ラベル

    multiplicity?: number

    多重度

    propertyName: string

    プロパティ名

    propertyType?: string

    プロパティ型

    required?: boolean

    必須項目か