Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddArrayFromBuilder

Defines an interface for adding arrays declared in xml.

Hierarchy

  • AddArrayFromBuilder

Implemented by

Index

Methods

_addArrayFromBuilder

  • _addArrayFromBuilder(name: string, value: any[]): void
  • A function that is called when an array declaration is found in xml.

    Parameters

    • name: string

      Name of the array.

    • value: any[]

      The actual value of the array.

    Returns void

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