Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TagComponent

Create components that extend TagComponent in order to take advantage of performance optimizations for components that do not store data

Hierarchy

Index

Constructors

constructor

  • new TagComponent(props?: false | Partial<Pick<{}, never>>): TagComponent
  • Parameters

    • Optional props: false | Partial<Pick<{}, never>>

    Returns TagComponent

Properties

Static isComponent

isComponent: true

Static isTagComponent

isTagComponent: true

Static schema

schema: ComponentSchema

Methods

clone

copy

dispose

  • dispose(): void
  • Returns void

reset

  • reset(): void
  • Returns void

Generated using TypeDoc