Extensions

Press shift + S to search API reference.

Interface

WatchableKeysAndArgs

View source

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
enterFullscreennull

Triggered when the SDK has been induced to enter full screen mode.

exitFullscreennull

Triggered when the SDK has been induced to exit full screen mode.

expandRecord{
recordId: RecordId;
recordIds: Array<RecordId> | null;
}

Triggered when the SDK has been induced to expand a Record in the user interface

expandRecordList{
fieldIds: Array<string> | null;
recordIds: Array<string>;
tableId: string;
}

Triggered when the SDK has been induced to expand a list of Records in the user interface.

mutationMutation

Triggered whenever the SDK has been induced to persist a change to the Base.

setFullscreenMaxSizeViewportSizeConstraint

Triggered when the maximum full screen size is modified.