UI Component Reference - v2.63.2
    Preparing search index...

    Interface ComponentContextAppData

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

    Properties

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

    Type Declaration

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

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