usePlatformContext()
Home > @gooddata/sdk-ui-pluggable-application > usePlatformContext
usePlatformContext() function
Returns client platform context snapshot (or undefined if not available yet).
Signature:
export declare function usePlatformContext(): IClientPlatformContext | undefined;
Returns:
IClientPlatformContext | undefined