clik-engine API
    Preparing search index...

    Interface DepthGridConfig

    interface DepthGridConfig {
        cellConfig?: DepthCellConfig;
        cellPadding?: number;
        padding?: number;
        panelConfig?: DepthPanelConfig;
        rows?: number;
    }
    Index

    Properties

    cellConfig?: DepthCellConfig
    cellPadding?: number
    padding?: number
    panelConfig?: DepthPanelConfig
    rows?: number