isAttributeElementsByRef()
Home > @gooddata/sdk-model > isAttributeElementsByRef
isAttributeElementsByRef() function
Type guard checking whether the provided object is list of attribute elements specified by URI reference.
Signature:
export declare function isAttributeElementsByRef(obj: unknown): obj is IAttributeElementsByRef;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is IAttributeElementsByRef