Hierarchy

  • xAPISlice

Properties

Properties

_xAPI: undefined | XAPI
getXAPI: (() => undefined | XAPI)

Type declaration

    • (): undefined | XAPI
    • Returns undefined | XAPI

setXAPI: ((endpoint, username, password) => void)

Type declaration

    • (endpoint, username, password): void
    • Parameters

      • endpoint: string
      • username: string
      • password: string

      Returns void

Generated using TypeDoc