Hierarchy

  • CfgnClient

Constructors

Methods

  • Parameters

    Returns void

  • Parameters

    • Optional shopInput: string
    • Optional callback: Function
    • Optional errorCallback: Function

    Returns void

  • Generates a custom ID for the current configuration.
    Can be used in configurator previews as well, but always returns the same custom ID there.

    Note

    Before this can be used, custom IDs need to be activated once for the configurator.
    Activation is done via setupCustomId or setupShuffledCustomId.

    Parameters

    • callback: ((customId: string) => void)
        • (customId: string): void
        • Parameters

          • customId: string

          Returns void

    • Optional errorCallback: Function

    Returns void

  • Request SAS URI to upload a specification resources (end user resources...)

    Parameters

    • cmpName: string
    • resourceName: string
    • fileExtension: string
    • Optional callback: Function

      Called after the server returned with an authenticate message

    • Optional errorCallback: Function

    Returns void

Generated using TypeDoc