Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UIBuildable<T, E>

Type parameters

Hierarchy

  • UIBuildable

Implemented by

Index

Methods

Methods

buildInit

  • buildInit(data: T, fields: E): void
  • Initialise this with UI builder UI definition object.

    Parameters

    • data: T
    • fields: E

    Returns void