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

    Interface EntityPropertyResponseItem

    バックエンドEntityプロパティレスポンス項目

    interface EntityPropertyResponseItem {
        editor: EntityListingEditor;
        inherited: boolean;
        multiple: boolean;
        propertyDisplayName: string;
        propertyName: string;
        propertyShortDisplayName: string;
        user: boolean;
    }
    Index

    Properties

    プロパティエディタ情報

    inherited: boolean

    継承プロパティフラグ

    multiple: boolean

    多重度が1以外

    propertyDisplayName: string

    表示名(階層パス含む)

    propertyName: string

    プロパティ名

    propertyShortDisplayName: string

    短縮表示名

    user: boolean

    Userプロパティフラグ