A mapping relating the names of event subscriptions available on TestDriver instances to the arguments that are provided when one of those events is triggered.
interface WatchableKeysAndArgs
enterFullscreen | null Triggered when the SDK has been induced to enter full screen mode. |
exitFullscreen | null Triggered when the SDK has been induced to exit full screen mode. |
expandRecord | { Triggered when the SDK has been induced to expand a Record in the user interface |
expandRecordList | { Triggered when the SDK has been induced to expand a list of Records in the user interface. |
mutation | Mutation Triggered whenever the SDK has been induced to persist a change to the Base. |
setFullscreenMaxSize | ViewportSizeConstraint Triggered when the maximum full screen size is modified. |