Interface SearchResultScriptPropertyEditor

検索結果ScriptPropertyEditor

interface SearchResultScriptPropertyEditor {
    componentName?: string;
    customStyle?: string;
    displayType: "HIDDEN" | "SCRIPT";
    hidden: boolean;
    precompileSfc: boolean;
    script: string;
    templateInterpretType: TemplateInterpretType;
    type: string;
}

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

customStyle?: string

表示カスタムスタイル

displayType: "HIDDEN" | "SCRIPT"

表示タイプ

hidden: boolean

hiddenにするか?

precompileSfc: boolean

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

script: string

GroovyTemplate形式のScript

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: string

エディタの種類