GoJS API
/ to search
    Preparing search index...

    Enumeration TextEditingState

    This enumeration specifies possible values for TextEditingTool.state.

    since

    3.0

    Index

    Enumeration Members

    Active: 2
    Editing: 3

    The default text editor receiving focus sets the value of TextEditingTool.state to this.

    Invalid: 5

    If validation fails, TextEditingTool.acceptText sets the value of TextEditingTool.state to this.

    None: 1

    This is the starting value before the tool is activated.

    Validated: 6

    Once accepted and the tool begins the "TextEditing" transaction, the value of TextEditingTool.state is set to this.

    Validating: 4