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

    Interface SearchConditionScriptPropertyEditor

    検索条件ScriptPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    表示カスタムスタイル

    displayType: "HIDDEN" | "SCRIPT"

    表示タイプ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    precompileSfc: boolean

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

    script: string

    GroovyTemplate形式のScript

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類