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

    Interface UserTaskDetailProperty

    ユーザタスク詳細プロパティの型定義

    interface UserTaskDetailProperty {
        label?: string;
        name: string;
        visible: boolean;
    }
    Index

    Properties

    Properties

    label?: string

    ラベル

    name: string

    プロパティ名

    visible: boolean

    表示可否