Optional anchorCustom anchor. Set this if you do not wish to anchor the watch method using inputField or outputFields.line_1
undefined
Optional getSets the scope in which the AddressFinder can operate. Set to null to mark the whole page as in scope
A function which provides the anchor as the first argument. The operable scope must be returned. By default the parent <form> element is returned
Immediate <form> parent of anchor
Optional immediateWhether to immediately invoke bind
true
Optional intervalSet the periodicity of page checks in milliseconds
1000
Optional markerConfigure marker for solution is attached to specific context/anchor in DOM
Optional onCallback executed when anchor and its scope is detected
NOOP
Optional onCallback executed when an AddressFinder instance successfully binds
NOOP
Optional onCallback executed each time bind is attempted
NOOP
Optional onError callback. Executes when API Key check fails. Does not execute if API request succeeds but key is marked as unavailable
Optional pageA function executed on every interval to determine whether binding should take place
() => true
Configures behaviour of watch method