isPlatformContextV1()
Home > @gooddata/sdk-pluggable-application-model > isPlatformContextV1
isPlatformContextV1() 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 for IPlatformContextV1.
Signature:
export declare function isPlatformContextV1(context: unknown): context is IPlatformContextV1;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
context |
unknown |
Returns:
context is IPlatformContextV1