リンク情報の型定義

interface UserTaskLinkInfo {
    displayName?: string;
    hide: boolean;
}

Properties

Properties

displayName?: string

表示名

hide: boolean

非表示かどうか