Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
model
BaseElement
Properties
Type Alias Properties<T>
Properties
<
T
>
:
T
extends
{
tag
:
`
${
ElementTag
}
`
;
}
?
Omit
<
T
,
"tag"
>
&
Partial
<
Pick
<
T
,
"tag"
>
>
:
T
Element with optional tag; used for factory functions and constructors.
Type Parameters
T
extends
BaseElement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Element with optional tag; used for factory functions and constructors.