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

    Interface UserTaskPropertyInfo

    プロパティ情報の型定義

    interface UserTaskPropertyInfo {
        custom: boolean;
        customDisplayName?: string;
        multiplicity?: number;
        name: string;
        sortable: boolean;
        type?: string;
        visible: boolean;
    }
    Index

    Properties

    custom: boolean

    カスタムプロパティかどうか

    customDisplayName?: string

    カスタム表示名

    multiplicity?: number

    多重度

    name: string

    プロパティ名

    sortable: boolean

    ソート可否

    type?: string

    プロパティ型

    visible: boolean

    表示可否