UMD Web Components Library
Preparing search index...
model
Model
ComponentConfig
Interface ComponentConfig
interface
ComponentConfig
{
afterConnect
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
;
attributes
?:
AttributeConfig
[]
;
beforeConnect
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
;
createComponent
:
(
host
:
HTMLElement
)
=>
Model
.
ElementRef
;
onReady
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
;
slots
?:
Record
<
string
,
SlotConfig
>
;
tagName
:
string
;
}
Hierarchy
ComponentLifecycle
ComponentConfig
Index
Properties
after
Connect?
attributes?
before
Connect?
create
Component
on
Ready?
slots?
tag
Name
Properties
Optional
after
Connect
afterConnect
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
Optional
attributes
attributes
?:
AttributeConfig
[]
Optional
before
Connect
beforeConnect
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
create
Component
createComponent
:
(
host
:
HTMLElement
)
=>
Model
.
ElementRef
Optional
on
Ready
onReady
?:
(
ref
:
Model
.
ElementRef
,
shadow
:
ShadowRoot
)
=>
void
Optional
slots
slots
?:
Record
<
string
,
SlotConfig
>
tag
Name
tagName
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
after
Connect
attributes
before
Connect
create
Component
on
Ready
slots
tag
Name
UMD Web Components Library
Loading...