Open Pioneer Trails Packages
    Preparing search index...

    The arguments passed to renderCell.

    interface RenderCellContext {
        feature: BaseFeature;
        value: unknown;
    }
    Index

    Properties

    Properties

    feature: BaseFeature

    The feature in this row.

    value: unknown

    The value of this column. May be undefined if neither propertyName nor getPropertyValue was specified on the column.