GameplayTestSnapshotOptions: {
    childrenDepth?: integer;
}

Options of the methods returning object snapshots.

Type declaration

  • Optional childrenDepth?: integer

    How deep the children of custom objects are snapshotted: 1 (the default) for the direct children, more (up to 8) to reach the children of nested custom objects, 0 for no children at all.