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

    Interface BulkCustomPropertyEditor

    BulkViewのカスタム系プロパティエディタの基底型

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

    Hierarchy (View Summary)

    Index

    Properties

    componentName?: string

    コンポーネント名

    customStyle?: string

    カスタムスタイル

    precompileSfc: boolean

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

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法

    type: string

    エディタの種類