isDrillDownDefinition()
Home > @gooddata/sdk-ui-dashboard > isDrillDownDefinition
isDrillDownDefinition() function
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.
Type-guard testing whether the provided object is an instance of IDrillDownDefinition.
Signature:
export declare function isDrillDownDefinition(obj: unknown): obj is IDrillDownDefinition;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
Returns:
obj is IDrillDownDefinition