I

ISnapReferenceProvider

Queried by the GraphSnapContext to add SnapReferences to its collections during the initialization phase.
Inheritance Hierarchy

Remarks

Implementations of this interface are queried by GraphSnapContext for each item that is not modified during the edit using the lookup of the respective item.

See Also

API

snapReferenceProvider

Members

No filters for this type

Methods

Called by the GraphSnapContext when a drag is about to start.
abstract

Parameters

context: GraphSnapContext
The context which holds the settings for the snap lines. Note that implementations should not change the state of the context explicitly.
evt: CollectSnapReferencesEventArgs
The argument to use for adding snap references.

Static Methods

static

Parameters

addSnapReferences: function(GraphSnapContext, CollectSnapReferencesEventArgs): void

Return Value

ISnapReferenceProvider