Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputAreaModel

The model for an input area.

Hierarchy

  • IInputAreaModel

Implemented by

Index

Properties

collapsed

collapsed: boolean

Whether the input area should be collapsed (hidden) or expanded.

// TODO: this should probably be a property on the cell, not the input area.

executionCount

executionCount: number

The execution count.

promptNumber

promptNumber: number

The prompt number to display for the input area.

stateChanged

stateChanged: ISignal<IInputAreaModel, IChangedArgs<any>>

A signal emitted when state of the input area changes.

textEditor

textEditor: IEditorModel

The text editor model.

Generated using TypeDoc