WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Stringifiable

Stringifiable: object

Reference type things that can be coerced to string implicitely

Type declaration

  • toString: function
    • toString(): string
    • Returns string

Functions

entries

  • entries<T>(object: object): Array<object>
  • entries(object: Object): Array<object>
  • Type parameters

    • T

    Parameters

    • object: object
      • [key: string]: T

    Returns Array<object>

  • Parameters

    • object: Object

    Returns Array<object>

keys

  • keys(object: object): Array<string>
  • keys(object: Object): Array<string>
  • Parameters

    • object: object
      • [key: string]: any

    Returns Array<string>

  • Parameters

    • object: Object

    Returns Array<string>

map

  • map<T>(): Map<T>
  • map<T>(d3Map: Map<T>): Map<T>
  • map<T>(object: object): Map<T>
  • map<T>(object: object): Map<T>
  • map<T>(array: Array<T>, key?: function): Map<T>
  • map(object: Object): Map<any>
  • Type parameters

    • T

    Returns Map<T>

  • Type parameters

    • T

    Parameters

    • d3Map: Map<T>

    Returns Map<T>

  • Type parameters

    • T

    Parameters

    • object: object
      • [key: string]: T

    Returns Map<T>

  • Type parameters

    • T

    Parameters

    • object: object
      • [key: number]: T

    Returns Map<T>

  • Type parameters

    • T

    Parameters

    • array: Array<T>
    • Optional key: function
        • (value: T, i?: number, array?: Array<T>): string
        • Parameters

          • value: T
          • Optional i: number
          • Optional array: Array<T>

          Returns string

    Returns Map<T>

  • Parameters

    • object: Object

    Returns Map<any>

nest

  • nest<Datum>(): Nest<Datum, undefined>
  • nest<Datum, RollupType>(): Nest<Datum, RollupType>
  • Type parameters

    • Datum

    Returns Nest<Datum, undefined>

  • Type parameters

    • Datum

    • RollupType

    Returns Nest<Datum, RollupType>

set

  • Returns Set

  • Parameters

    Returns Set

  • Parameters

    Returns Set

  • Type parameters

    • T

    Parameters

    • array: Array<T>
    • key: function
        • (value: T, index?: number, array?: Array<T>): string
        • Parameters

          • value: T
          • Optional index: number
          • Optional array: Array<T>

          Returns string

    Returns Set

values

  • values<T>(object: object): Array<T>
  • values(object: Object): Array<any>
  • Type parameters

    • T

    Parameters

    • object: object
      • [key: string]: T

    Returns Array<T>

  • Parameters

    • object: Object

    Returns Array<any>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc