isDrillToDashboard()
Home > @gooddata/sdk-model > isDrillToDashboard
isDrillToDashboard() function
This API is provided as an alpha 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 IDrillToDashboard.
Signature:
export declare function isDrillToDashboard(obj: unknown): obj is IDrillToDashboard;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IDrillToDashboard