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

    Interface SearchResultTemplatePropertyEditor

    検索結果TemplatePropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    表示カスタムスタイル

    displayType: "TEMPLATE" | "HIDDEN"

    表示タイプ

    hidden: boolean

    hiddenにするか?

    precompileSfc: boolean

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

    template: string

    Template定義の実行結果

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類