Interface SearchResultTemplatePropertyEditor

検索結果TemplatePropertyEditor

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

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

customStyle?: string

表示カスタムスタイル

displayType: "HIDDEN" | "TEMPLATE"

表示タイプ

hidden: boolean

hiddenにするか?

precompileSfc: boolean

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

template: string

Template定義の実行結果

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: string

エディタの種類