Interface DetailTemplatePropertyEditor

詳細・編集画面のTemplatePropertyEditor

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

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

customStyle?: string

カスタムスタイル

displayType: "HIDDEN" | "TEMPLATE"

表示タイプ

precompileSfc: boolean

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

template: string

Template定義の実行結果

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: string

エディタの種類