isAnyPlaceholder()
Home > @gooddata/sdk-ui > isAnyPlaceholder
isAnyPlaceholder() function
Type-guard testing whether the provided object is an instance of AnyPlaceholder.
Signature:
export declare function isAnyPlaceholder<T>(obj: unknown): obj is AnyPlaceholder<T>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns:
obj is AnyPlaceholder<T>