Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDictionary

Hierarchy

  • IDictionary

Index

Properties

dirty

dirty: boolean

immutable

immutable: boolean

Methods

addKey

  • addKey(prop: string, value: boolean | number | string | IObj): void
  • Parameters

    • prop: string
    • value: boolean | number | string | IObj

    Returns void

clear

  • clear(): void

getKey

  • getKey(k: string, resolveValue?: undefined | true | false): IObj
  • Parameters

    • k: string
    • Optional resolveValue: undefined | true | false

      If value is a reference try to resolve the reference, defaults to true

    Returns IObj

getKeyAs

getKeys

  • getKeys(): string[]

hasKey

  • hasKey(k: string): boolean

removeKey

  • removeKey(k: string): void

tryGet

write

  • write(destination: string, cb: function): void
  • Parameters

    • destination: string
    • cb: function
        • (e: Error, i: string): void
        • Parameters

          • e: Error
          • i: string

          Returns void

    Returns void

writeSync

  • writeSync(destination: string): void
  • Parameters

    • destination: string

    Returns void

Generated using TypeDoc