Interface IConfigurable

Hierarchy

  • IConfigurable

Properties

Properties

getConfig: (() => any)

Type declaration

    • (): any
    • Returns any

setConfig: ((options?) => void)

Type declaration

    • (options?): void
    • Parameters

      • Optional options: any

      Returns void