Type alias SetWindowContextPayload

SetWindowContextPayload: {
    context: any;
    entityType: EntityType;
    target: Identity;
}

Type declaration

  • 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.

Generated using TypeDoc