Skip to content

TransformationBuilder🔗

Constructor🔗

new TransformationBuilder()

Methods🔗

build🔗

Builds the object.

build()

disabled🔗

Disabled transformations are skipped

disabled(disabled: boolean)

filter🔗

Optional frame matcher. When missing it will be applied to all results

filter(filter: dashboardv2beta1.MatcherConfig)

id🔗

Unique identifier of transformer

id(id: string)

kind🔗

The kind of a TransformationKind is the transformation ID

kind(kind: string)

options🔗

Options to be passed to the transformer

Valid options depend on the transformer id

options(options: any)

topic🔗

Where to pull DataFrames from as input to transformation

topic(topic: dashboardv2beta1.DataTopic)

See also🔗