Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Component

Hierarchy

Index

Constructors

constructor

  • Fixes typeof DerivedComponent is not assignable to typeof Component, compiled out in non-dev builds

    Parameters

    • Rest ...args: any[]

    Returns Component

Methods

deserialize

  • deserialize(data: any): any

getDebugString

  • getDebugString(): any
  • Returns a string representing the components data, only in dev builds

    Returns any

serialize

  • serialize(): object

Static getCachedSchema

  • getCachedSchema(): any

Static getId

  • getId(): string

Static getSchema

  • getSchema(): object

Static verify

  • verify(data: any): string