Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
model
AnyElement
Type
Interface Type<T>
General definition for an element factory function.
interface
Type
<
T
>
{
Tag
:
string
;
(
definition
:
T
)
:
AnyElement
;
}
Type Parameters
T
=
BaseElement
Type
(
definition
)
:
AnyElement
Parameters
definition
:
T
Returns
AnyElement
Index
Properties
Tag
Properties
Tag
Tag
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Tag
matter.js-monorepo
Loading...
General definition for an element factory function.