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

    Interface SearchConditionCustomPropertyEditor

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

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    表示カスタムスタイル

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    precompileSfc: boolean

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

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類