Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildOptionInputDefinition

Represents an input for a build option.

Hierarchy

  • BuildOptionInputDefinition

Index

Properties

Optional defaultValue

defaultValue: string

The default value.

Optional groupName

groupName: string

The name of the input group that this input belongs to.

Optional help

help: object

Type declaration

  • [key: string]: string

Optional label

label: string

The label for the input.

Optional name

name: string

The name of the input.

Optional options

options: object

Type declaration

  • [key: string]: string

Optional required

required: boolean

Indicates whether the input is required to have a value.

Optional visibleRule

visibleRule: string

The rule that is applied to determine whether the input is visible in the UI.

Generated using TypeDoc