IObjectExpressionToken
Home > @gooddata/sdk-backend-spi > IObjectExpressionToken
IObjectExpressionToken interface
Parsed MAQL token referencing a metadata object.
Signature:
export interface IObjectExpressionToken
Remarks
See IMeasureExpressionToken for more information.
Properties
Property | Type | Description |
---|---|---|
id? | string | (Optional) Id of the object |
ref | ObjRef | Ref of the object |
type | ObjectType | Expression token type |
value | string | Title of the object |