Options
All
  • Public
  • Public/Protected
  • All
Menu

The Document definition for a Tile. Defines the DataSchema and common behaviors for a Tile which are shared between both client and server.

mixes

TileData

memberof

documents

param data

Initial data from which to construct the Tile

param context

Construction context options

Hierarchy

Index

Constructors

Properties

metadata: any = ...

Default metadata which applies to each instance of this Document type.

Methods

  • migrateData(data: any): any
  • inheritdoc

    Parameters

    • data: any

    Returns any

  • shimData(data: any, options: any): any
  • inheritdoc

    Parameters

    • data: any
    • options: any

    Returns any