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

    Interface UserTaskViewSection

    ユーザータスク詳細セクションの型定義

    interface UserTaskViewSection {
        columnInfo: ColumnInfo;
        componentName: string;
        content: string;
        cssClassName: string;
        elementRuntimeId: string;
        precompiledSfc: boolean;
        templateInterpretType: TemplateInterpretType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    columnInfo: ColumnInfo

    カラム情報

    componentName: string

    コンポーネント名

    content: string

    コンテンツ(テンプレート)

    cssClassName: string

    CSSクラス名

    elementRuntimeId: string

    ElementのRuntimeId

    precompiledSfc: boolean

    SFC形式のテンプレートがプリコンパイル済みか

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法