Gets the test's properties
Bind a function to fire after a test gained focus.
The function to fire.
ScriptEventSubscription
Bind a function to fire after a test lost focus.
The function to fire.
ScriptEventSubscription
Bind a function to fire when an option was selected on a selectable test.
The function to fire.
ScriptEventSubscription
Bind a function to fire whenever pagination is requested.
To return the pagination data, call setResponse() on the event. This expects a ListApiResponse
The function to fire. The event data will be a ListRequestOptions.
ScriptEventSubscription
Updates the test with new values.
Object with new properties to use
Implements
IHasTestFocusEvents
Implements
IFocusableTest
Implements
ISelectableTest
Implements
IUpdateablePropertyTest
Implements
IValueTest