RelativeIndex
Home > @gooddata/sdk-ui-dashboard > RelativeIndex
RelativeIndex type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This is a mark-up type that is used for properties and arguments that can contain relative index: a zero-based index with added convenience of referencing last spot using index of -1
.
Signature:
export type RelativeIndex = number;