GoJS API
/ to search
    Preparing search index...

    Enumeration TextEditingStarting

    This enumeration specifies possible values for TextEditingTool.starting.

    since

    3.0

    Index

    Enumeration Members

    DoubleClick: 3

    A double click on a TextBlock with TextBlock.editable property set to true will start in-place editing.

    SingleClick: 1

    A single click on a TextBlock with TextBlock.editable property set to true will start in-place editing.

    SingleClickSelected: 2

    A single click on a TextBlock with TextBlock.editable property set to true will start in-place editing, but only if the Part that the TextBlock is in is already selected.