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