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

    Interface DetailScriptPropertyEditor

    詳細・編集画面のScriptPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    カスタムスタイル

    displayType: "HIDDEN" | "SCRIPT"

    表示タイプ

    precompileSfc: boolean

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

    script: string

    GroovyTemplate形式のScript

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類