Directory

TypeScript definitions for objects returned by the Application Directory.

These structures are defined by the App-Directory FDC3 working group. The definitions here are based on the 1.0.0 specification which can be found here.

Index

Type aliases

AppId

AppId: string

Type alias to indicate when an Application Identifier should be passed. Application Identifiers are described here.

In the OpenFin implementation of FDC3, we expect this to be the same as the UUID in the manifest, but this can be configured using Application.customConfig.

This type alias exists to disambiguate the raw string app identity from the AppName.

AppName

AppName: string

App Name is the machine-readable name of the app, but it may well be sufficiently human-readable that it can be used in user interfaces. If it's not, please use the title.

This type alias exists to disambiguate the raw string app name from the AppId.