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

    Interface DetailTemplatePropertyEditor

    詳細・編集画面のTemplatePropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    カスタムスタイル

    displayType: "TEMPLATE" | "HIDDEN"

    表示タイプ

    precompileSfc: boolean

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

    template: string

    Template定義の実行結果

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類