I

IHandleProvider

Interface for an object that provides a number of IHandle implementations.
Inheritance Hierarchy

Members

No filters for this type

Methods

Returns a collection of zero or more IHandle implementations that are associated with this instance.
abstract

Parameters

context: IInputModeContext
The IInputModeContext that provides the invoking mode.

Return Value

IEnumerable<IHandle>
A collection of handles.

See Also

Developer's Guide

Static Methods

static

Parameters

getHandles: function(IInputModeContext): IEnumerable<IHandle>

Return Value

IHandleProvider