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

    Interface MdcAggregationCustomPart

    MDC集計カスタムパーツ

    interface MdcAggregationCustomPart {
        componentName?: string;
        precompileSfc: boolean;
        script: string;
        templateInterpretType: TemplateInterpretType;
    }
    Index

    Properties

    componentName?: string

    コンポーネント名

    precompileSfc: boolean

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

    script: string

    GroovyTemplate形式のScript

    templateInterpretType: TemplateInterpretType

    テンプレートの解釈方法