Options
All
  • Public
  • Public/Protected
  • All
Menu

Any class that wants to function as an interface entity handler for an { @link AvComposedEntity } component must implement this interface.

Hierarchy

  • EntityComponent

Implemented by

Index

Properties

Optional interfaceLocks

interfaceLocks: InitialInterfaceLock[]

Optional parent

parent: EndpointAddr

Optional receives

receives: InterfaceProp[]

Optional setEntityEpa

setEntityEpa: (epa: EndpointAddr) => void

Type declaration

    • (epa: EndpointAddr): void
    • Parameters

      • epa: EndpointAddr

      Returns void

Optional transmits

transmits: InterfaceProp[]

Optional wantsTransforms

wantsTransforms: boolean

Methods

onUpdate

  • onUpdate(callback: () => void): void

render

  • render(): Element

Generated using TypeDoc