WindowIdentity

Layouts v1 API is deprecated and no longer supported as of OpenFin 16+. Please use Platform API instead.

Interface used to identify window instances. Unlike hadouken-js-adapter types, the layouts service expects the name field to be present on every identity object.

For convenience, client functions are typed to take the Identity type rather than WindowIdentity in order to prevent excessive casting. The client will fill in the name field with the uuid value if not set. Any window identities returned by the service will always be of type WindowIdentity.

Hierarchy

Index

Properties

Properties

name

name: string

Window identifier

uuid

uuid: string

Application identifier