Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionsProvider

Hierarchy

  • OptionsProvider

Implemented by

Index

Methods

getOption

  • getOption(name: string): any
  • Parameters

    • name: string

    Returns any

getOptions

  • getOptions(optionNames?: string[] | {}): {}
  • Parameters

    • Optional optionNames: string[] | {}

    Returns {}

    • [key: string]: any

setOption

  • setOption(name: string, value: any): void
  • Parameters

    • name: string
    • value: any

    Returns void

setOptions

  • setOptions(optList: {}): void
  • Parameters

    • optList: {}
      • [key: string]: any

    Returns void

Generated using TypeDoc