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

    Interface UserTaskCustomExpressionPropertyValue

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

    interface UserTaskCustomExpressionPropertyValue {
        displayName?: string;
        formatValue?: string;
        label?: string;
        type: string;
        value: string | number | boolean;
    }
    Index

    Properties

    displayName?: string

    表示名

    formatValue?: string

    フォーマット値

    label?: string

    ラベル

    type: string

    結果タイプ

    value: string | number | boolean