AboutSupportDeveloper GuideVersion 39.125.81.6
interface Snapshot {
    interopSnapshotDetails?: {
        contextGroupStates: ContextGroupStates;
    };
    snapshotDetails?: {
        monitorInfo: MonitorInfo;
        runtimeVersion: string;
        timestamp: string;
    };
    windows: WindowCreationOptions[];
}

Properties

interopSnapshotDetails?: {
    contextGroupStates: ContextGroupStates;
}

Type declaration

snapshotDetails?: {
    monitorInfo: MonitorInfo;
    runtimeVersion: string;
    timestamp: string;
}

Type declaration

  • monitorInfo: MonitorInfo
  • runtimeVersion: string
  • timestamp: string

The array of window options objects