isFactMetadataObject()
Home > @gooddata/sdk-model > isFactMetadataObject
isFactMetadataObject() function
Tests whether the provided object is of type IFactMetadataObject.
Signature:
export declare function isFactMetadataObject(obj: unknown): obj is IFactMetadataObject;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
object to test |
Returns:
obj is IFactMetadataObject