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: dashboardv2.MatcherConfig)

group🔗

The group is the transformation ID

group(group: 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: dashboardv2.DataTopic)

See also🔗