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

    Interface CustomParts

    カスタマイズパーツ

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

    Hierarchy (View Summary)

    Index

    Properties

    columnInfo: ColumnInfo

    列情報

    componentName?: string

    コンポーネント名

    partsRuntimeId: string

    PartsRuntimeID

    precompileSfc: boolean

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

    templateInterpretType: TemplateInterpretType

    テンプレート解釈タイプ

    TopViewPartsタイプ