Constructors
constructor
- new Bind(setupFunction: function, sourcePath: bindingFunction, name?: string, eventList?: string[]): Bind
-
Parameters
-
setupFunction: function
-
-
Parameters
-
name: string
-
-
-
e: any
-
Optional self: any
Returns void
-
-
Optional name: string
-
Optional eventList: string[]
Properties
combined
combined: string[][]
Optional eventList
eventList: string[]
Optional name
name: string
pathList
pathList: string[][]
setupFunction
setupFunction: function
Type declaration
-
-
Parameters
-
name: string
-
-
-
e: any
-
Optional self: any
Returns void
thisPathList
thisPathList: string[][]
Methods
Static event
- event<T>(sourcePath: function): any
-
Type parameters
Parameters
-
sourcePath: function
-
- (control: T, e?: CustomEvent): void
-
Parameters
-
control: T
-
Optional e: CustomEvent
Returns void
Returns any
Static oneTime
-
Type parameters
Parameters
Returns any
Static oneWay
-
Type parameters
Parameters
Returns any
Static presenter
- presenter(name?: string): any
Static twoWays
-
Type parameters
Parameters
-
-
Optional events: string[]
-
Returns any
Static twoWaysImmediate
-
Type parameters
Parameters
Returns any
Use this for HTML only, this will fire two way binding as soon as the input/textarea box is updated