EvaluateDataEventBuilder
class EvaluateDataEventBuilder(id: String, trigger: EventTrigger, events: EventSchemaBuilderScope.() -> Unit = {}, expression: EvaluateDataEventSchema.Expression) : EventSchemaBuilder<EvaluateDataEventSchema>
Constructors
Link copied to clipboard
constructor(id: String, trigger: EventTrigger, events: EventSchemaBuilderScope.() -> Unit = {}, expression: EvaluateDataEventSchema.Expression)
Functions
Link copied to clipboard
Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.