Options
All
  • Public
  • Public/Protected
  • All
Menu
todo

掛接其他 dict

Hierarchy

Index

Constructors

constructor

Properties

TABLE

TABLE2

options

options: IOptions

type

type: string

Static type

type: string

Methods

Protected __handleInput

  • __handleInput(data: IWord | IDictRow | string): object
  • Parameters

    • data: IWord | IDictRow | string

    Returns object

    • plus: (string | number)[]
    • data: object
      • f: number
      • p: number
      • w: string

Protected _add

  • _add(__namedParameters: object): void

Protected _exists

  • _exists<U>(data: U, ...argv: any[]): any

Protected _remove

  • _remove(__namedParameters: object): this

add

  • add(data: IWord | IDictRow | string, skipExists?: boolean): this

exists

json

remove

  • remove(target: IWord | IDictRow | string): this

size

  • size(): number

stringify

  • stringify(LF?: string): any

Generated using TypeDoc