isCatalogDateAttribute()
Home > @gooddata/sdk-model > isCatalogDateAttribute
isCatalogDateAttribute() function
Type guard checking whether object is an instance of ICatalogDateDataset.
Signature:
export declare function isCatalogDateAttribute(obj: unknown): obj is ICatalogDateAttribute;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is ICatalogDateAttribute