Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IArray

Hierarchy

  • IArray

Index

Properties

Methods

Properties

dirty

dirty: boolean

immutable

immutable: boolean

length

length: number

Methods

at

  • at(i: number): IObj

clear

  • clear(): void

pop

push

  • push(v: Object): void

toJS

  • toJS(): Array<any>

write

  • write(destination: string): void
  • Parameters

    • destination: string

    Returns void

Generated using TypeDoc