Interface DetailCustomPropertyEditor

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

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

Hierarchy (view full)

Properties

componentName?: string

コンポーネント名

customStyle?: string

カスタムスタイル

precompileSfc: boolean

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

templateInterpretType: TemplateInterpretType

テンプレートの解釈方法

type: string

エディタの種類