I

IHandleProvider

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

See Also

Developer's Guide

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

Creates an implementation of the interface IHandleProvider by using the given function as implementation for its getHandles method.
static

Parameters

getHandles: function(IInputModeContext): IEnumerable<IHandle>
A function for IHandleProvider's single abstract method getHandles.

Return Value

IHandleProvider
An instance of the IHandleProvider interface based on the given function.