InlineMeasureBuilder
Home > @gooddata/sdk-model > InlineMeasureBuilder
InlineMeasureBuilder class
Builder for inline measures.
Do not instantiate this builder directly, instead use newMeasure() or modifyMeasure() functions.
Signature:
export declare class InlineMeasureBuilder extends MeasureBuilderBase<IInlineMeasureDefinition>
Extends: MeasureBuilderBase<IInlineMeasureDefinition>
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the InlineMeasureBuilder
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
maql | (maql: string) => this | Sets content of inline metric as string maql |
Methods
Method | Modifiers | Description |
---|---|---|
buildDefinition() | protected | |
generateLocalId() | protected |