Header menu logo issie

ParamBoxDialogState Type

The Elmish Model state used to manage input boxes that can be used to define parameter expressions. Part of Model.PopupDialogData.DialogState.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: Result<NewParamCompSpec, ParamError>
key : CompSlotName
Returns: Result<NewParamCompSpec, ParamError>

this.Keys

Full Usage: this.Keys

Returns: ICollection<CompSlotName>
Returns: ICollection<CompSlotName>

this.Values

Full Usage: this.Values

Returns: ICollection<Result<NewParamCompSpec, ParamError>>
Returns: ICollection<Result<NewParamCompSpec, ParamError>>

Type something to start searching.