interface ComponentContextAppData {
    accessToken: {
        publicId: null | string;
        secretId: null | string;
    };
    apiAppId: string;
    apiVersion: string;
    company: {
        publicId: string;
    };
    language: string;
    locale: string;
    timeZone: string;
}

Properties

accessToken: {
    publicId: null | string;
    secretId: null | string;
}

Type declaration

  • publicId: null | string
  • secretId: null | string

    Used as a bearer token for authenticating API-requests

apiAppId: string

The API ID of the application the component is used in

apiVersion: string

The version of the IXON API used.

company: {
    publicId: string;
}

Type declaration

  • publicId: string
language: string

The language of the platform.

locale: string

The locale of the platform as an IETF language tag

timeZone: string

The time zone of the platform.