g3-toolkit API Reference
    Preparing search index...

    Interface MatrixViewProps

    interface MatrixViewProps {
        className?: string;
        maxSize?: number;
        ugm: UGM;
    }
    Index

    Properties

    className?: string
    maxSize?: number

    Maximum dimensions before aggregation (default 200, R7.3).

    ugm: UGM