AboutSupportDeveloper GuideVersion 38.126.82.64
interface SetWindowContextPayload {
    context: any;
    entityType: EntityType;
    target: Identity;
}

Properties

context: any

The requested context update.

entityType: EntityType

Entity type of the target of the context update ('view' or 'window').

target: Identity

Identity of the entity targeted by the call to Platform.setWindowContext.