Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Attrs

Attrs is an interface describing the minimum attributes a Widget can have.

Extend this interface when creating custom Widgets so attributes can be passed in a type safe way.

Hierarchy

  • Attrs

Index

Properties

Properties

html

html: AttributeMap<string | number | boolean | Function>

wml

wml: object

Type declaration

  • Optional group?: string
  • Optional id?: string

Generated using TypeDoc