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

    Interface SearchResultCustomPropertyEditor

    カスタム系の検索結果プロパティエディタの基底型

    interface SearchResultCustomPropertyEditor {
        componentName?: string;
        customStyle?: string;
        hidden: boolean;
        precompileSfc: boolean;
        templateInterpretType: TemplateInterpretType;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    表示カスタムスタイル

    hidden: boolean

    hiddenにするか?

    precompileSfc: boolean

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

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類