IDrillEventContext
Home > @gooddata/sdk-ui > IDrillEventContext
IDrillEventContext interface
Drill context for all visualization type.
Signature:
export interface IDrillEventContext
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columnIndex? | number | (Optional) | |
element | VisElementType | ||
intersection? | IDrillEventIntersectionElement[] | (Optional) | |
points? | IDrillPoint[] | (Optional) | |
row? | any[] | (Optional) | |
rowIndex? | number | (Optional) | |
type | VisType | ||
value? | string | (Optional) | |
x? | number | (Optional) | |
y? | number | (Optional) | |
z? | number | (Optional) |