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