objRefToString()
Home > @gooddata/sdk-model > objRefToString
objRefToString() function
Retrieves string representation of object reference. This is purely for for representation of references in text, debug and tests.
Signature:
export declare function objRefToString(objRef: ObjRef | ObjRefInScope): string;
Parameters
Parameter | Type | Description |
---|---|---|
objRef | ObjRef | ObjRefInScope |
Returns:
string