Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputAreaModel

An implementation of an input area model.

Hierarchy

  • InputAreaModel

Implements

Index

Properties

Static collapsedProperty

collapsedProperty: Property<InputAreaModel, boolean>

A property descriptor which determines whether the input area is collapsed or displayed.

See also: collapsed

Static executionCountProperty

executionCountProperty: Property<InputAreaModel, number>

A property descriptor containing the execution count of the input area.

See also: executionCount

Static promptNumberProperty

promptNumberProperty: Property<InputAreaModel, number>

A property descriptor containing the prompt number.

See also: promptNumber

Static stateChangedSignal

stateChangedSignal: Signal<InputAreaModel, IChangedArgs<any>>

A signal emitted when the state of the model changes.

See also: stateChanged

Static textEditorProperty

textEditorProperty: Property<InputAreaModel, EditorModel>

A property descriptor containing the text editor Model.

See also: textEditor

Accessors

collapsed

  • get collapsed(): boolean
  • set collapsed(value: boolean): void
  • Get whether the input area should be collapsed or displayed.

    Notes

    This is a pure delegate to the collapsedProperty.

    Returns boolean

  • Set whether the input area should be collapsed or displayed.

    Notes

    This is a pure delegate to the collapsedProperty.

    Parameters

    • value: boolean

    Returns void

executionCount

  • get executionCount(): number
  • set executionCount(value: number): void

promptNumber

  • get promptNumber(): number
  • set promptNumber(value: number): void

stateChanged

textEditor

  • get textEditor(): EditorModel
  • set textEditor(value: EditorModel): void

Generated using TypeDoc