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

    Interface TemplateParts

    テンプレートパーツ

    interface TemplateParts {
        columnInfo: ColumnInfo;
        componentName?: string;
        partsRuntimeId: string;
        precompileSfc: boolean;
        template: string;
        templateInterpretType: TemplateInterpretType;
        type: TopViewPartsType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    columnInfo: ColumnInfo

    列情報

    componentName?: string

    コンポーネント名

    partsRuntimeId: string

    PartsRuntimeID

    precompileSfc: boolean

    VUE_SFC形式のテンプレートをプリコンパイルするか

    template: string

    テンプレート

    templateInterpretType: TemplateInterpretType

    テンプレート解釈タイプ

    TopViewPartsタイプ