Options
All
  • Public
  • Public/Protected
  • All
Menu

Struct for describing a region's metadata.

Type parameters: T - The type of this region's layout properties

Type parameters

Hierarchy

Index

Constructors

constructor

  • new Metadata(__namedParameters: object): Metadata

Properties

description

description: string = ""

iconClass

iconClass: string

iconText

iconText: string

Private metadataMap

metadataMap: Map<keyof T, IPropertyMetadata<T[keyof T]>> = new Map<keyof T, IPropertyMetadata<T[keyof T]>>()

name

name: string = ""

remarks

remarks: string = ""

Methods

addMetadata

getAllProperties

getMetadata

Object literals

Static Protected defaultData

defaultData: object

default

default: null = null

documentation

documentation: string = ""

type

type: Type = Types.Any

Generated using TypeDoc