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

    Interface UserTaskCustomBooleanPropertyValue

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

    interface UserTaskCustomBooleanPropertyValue {
        label: string;
        value: boolean;
    }
    Index

    Properties

    Properties

    label: string

    ラベル

    value: boolean