Operator class for describing a view (rendering details in the app) for an operator type.

Hierarchy

Constructors

  • Parameters

    • live: boolean = false
    • submitButtonLabel: string = "Execute"
    • cancelButtonLabel: string = "Close"
    • options: ViewProps

    Returns Form

Properties

cancelButtonLabel: string = "Close"
caption?: string
componentsProps?: unknown
description?: string
label?: string
live: boolean = false
name?: string
options: ViewProps = {}
space?: number
submitButtonLabel: string = "Execute"

Methods

Generated using TypeDoc