Methods
addBinding
- addBinding(key: Key, callback: (range: RangeStatic, context: any) => void): void
- addBinding(key: Key, context: any, callback: (range: RangeStatic, context: any) => void): void
-
Parameters
Returns void
-
Parameters
-
-
context: any
-
callback: (range: RangeStatic, context: any) => void
Returns void