• Loads the Surface with the given ID.

    Parameters

    • surfaceId: string

      ID of the Surface to retrieve

    • callback: ((s) => any)

      Callback function to hit once the Surface has been retrieved.

        • (s): any
        • Parameters

          • s: Surface

          Returns any

    Returns void

Version :