Interface BulkTemplatePropertyEditor

一括更新画面のTemplatePropertyEditor

interface BulkTemplatePropertyEditor {
    componentName?: string;
    customStyle?: string;
    displayType: "TEMPLATE";
    precompileSfc: boolean;
    template: string;
    templateInterpretType: TemplateInterpretType;
    type: string;
}

Hierarchy (View Summary)

Properties

componentName?: string

コンポーネント名

customStyle?: string

カスタムスタイル

displayType: "TEMPLATE"

表示タイプ

precompileSfc: boolean

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

template: string

Template定義の実行結果

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: string

エディタの種類