@arcmantle/adapter-element
Preparing search index...
adapter/types
AdapterMetadata
Interface AdapterMetadata
interface
AdapterMetadata
{
changedProps
:
Map
<
string
|
number
|
symbol
,
any
>
;
observedAttributes
:
string
[]
;
pluginContainer
?:
PluginContainer
;
previousProps
:
Map
<
string
|
number
|
symbol
,
any
>
;
propertyMetadata
:
Record
<
string
,
{
initialValue
?:
any
;
propName
:
string
;
reflect
:
boolean
;
type
:
PropertyType
;
}
,
>
;
signalProps
:
string
[]
;
styles
?:
CSSStyleSheet
[]
;
}
Index
Properties
changed
Props
observed
Attributes
plugin
Container?
previous
Props
property
Metadata
signal
Props
styles?
Properties
changed
Props
changedProps
:
Map
<
string
|
number
|
symbol
,
any
>
observed
Attributes
observedAttributes
:
string
[]
Optional
plugin
Container
pluginContainer
?:
PluginContainer
previous
Props
previousProps
:
Map
<
string
|
number
|
symbol
,
any
>
property
Metadata
propertyMetadata
:
Record
<
string
,
{
initialValue
?:
any
;
propName
:
string
;
reflect
:
boolean
;
type
:
PropertyType
;
}
,
>
signal
Props
signalProps
:
string
[]
Optional
styles
styles
?:
CSSStyleSheet
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changed
Props
observed
Attributes
plugin
Container
previous
Props
property
Metadata
signal
Props
styles
@arcmantle/adapter-element
Loading...