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

    Interface UserTaskCustomSelectPropertyValue

    カスタムプロパティ値(Select型)

    interface UserTaskCustomSelectPropertyValue {
        displayName: string;
        value: string;
    }
    Index

    Properties

    Properties

    displayName: string

    表示名

    value: string