isCatalogFact()
Home > @gooddata/sdk-model > isCatalogFact
isCatalogFact() function
Type guard checking whether the provided object is a ICatalogFact
Signature:
export declare function isCatalogFact(obj: unknown): obj is ICatalogFact;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns:
obj is ICatalogFact