ICommentExpressionToken
Home > @gooddata/sdk-backend-spi > ICommentExpressionToken
ICommentExpressionToken interface
Parsed MAQL comment text.
Signature:
export interface ICommentExpressionToken
Remarks
See IMeasureExpressionToken for more information.
Properties
Property | Type | Description |
---|---|---|
type | "comment" | Expression token type |
value | string | Plain text |