Contents

editItem(at:with:select:)

Begins editing the item at the specified path.

Declaration

func editItem(at indexPath: IndexPath, with event: NSEvent?, select: Bool)

Parameters

  • indexPath:

    The path of the item.

  • event:

    The event to use when beginning the edit.

  • select:

    If True, the cells contents will be selected; if False, they will not be selected.

See Also

Accessing Components