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

    Interface UserTaskTabInfo

    タブ情報の型定義

    interface UserTaskTabInfo {
        title: string;
        visible: boolean;
    }
    Index

    Properties

    Properties

    title: string

    タイトル

    visible: boolean

    表示可否