Interface RepluggedConnection

Hierarchy

  • RepluggedConnection

Properties

color: string
enabled: boolean
fetchAccount: ((id) => Promise<ConnectedAccount>)

Type declaration

getPlatformUserUrl?: ((account) => string)

Type declaration

icon: {
    darkSVG: string;
    lightSVG: string;
}

Type declaration

  • darkSVG: string
  • lightSVG: string
name: string
onConnect: (() => void)

Type declaration

    • (): void
    • Returns void

onDisconnect: (() => void)

Type declaration

    • (): void
    • Returns void

setVisibility: ((visible) => boolean | void)

Type declaration

    • (visible): boolean | void
    • Parameters

      • visible: boolean

      Returns boolean | void

type: string

Generated using TypeDoc