Component: {
    data: any;
    type: symbol;
}

Type declaration

  • data: any

    The data associated with the component, which can be read and mutated by systems.

  • type: symbol

    The name or type of the component, represented as a symbol.