Home > @activeviam/activeui-sdk > MdxRange
MdxRange interface
For a given axis, the actual slice of the server result that will be passed to the client on the network.
Signature:
export interface MdxRange extends RangeConfiguration
Properties
Property | Type | Description |
---|---|---|
from | number | Row number to start at |
to | number | Row number to end at |