カスタマイズパーツ

interface CustomParts {
    columnInfo: ColumnInfo;
    componentName?: string;
    partsRuntimeId: string;
    precompileSfc: boolean;
    templateInterpretType: TemplateInterpretType;
    type: TopViewPartsType;
}

Hierarchy (view full)

Properties

columnInfo: ColumnInfo

列情報

componentName?: string

コンポーネント名

partsRuntimeId: string

PartsRuntimeID

precompileSfc: boolean

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

templateInterpretType: TemplateInterpretType

テンプレート解釈タイプ

TopViewPartsタイプ