Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/core
BaseComponent
Interface BaseComponent<T>
interface
BaseComponent
<
T
>
{
_detector
:
ChangeDetectorRef
;
_model
:
ModelType
<
T
>
;
_modelScope
:
ReactiveControlScope
<
T
&
Context
>
;
_provider
:
InjectionProvider
;
_render
:
ComponentRender
<
any
>
;
_signalScope
:
SignalScope
;
_viewScope
:
ReactiveScope
<
{
this
:
BaseComponent
<
T
>
}
>
;
_zone
:
AuroraZone
;
adoptedCallback
()
:
void
;
attributeChangedCallback
(
name
:
string
,
oldValue
:
any
,
newValue
:
any
)
:
void
;
connectedCallback
()
:
void
;
disconnectedCallback
()
:
void
;
getComponentRef
()
:
ComponentRef
<
T
>
;
getInput
(
viewProp
:
string
)
:
undefined
|
PropertyRef
;
getInputValue
(
viewProp
:
string
)
:
any
;
onDestroy
(
callback
:
()
=>
void
)
:
void
;
setInputValue
(
viewProp
:
string
,
value
:
any
)
:
void
;
}
Type Parameters
T
Hierarchy (
View Summary
)
CustomElement
BaseComponent
HTMLComponent
BaseFormAssociatedComponent
Index
Properties
_detector
_model
_model
Scope
_provider
_render
_signal
Scope
_view
Scope
_zone
Methods
adopted
Callback
attribute
Changed
Callback
connected
Callback
disconnected
Callback
get
Component
Ref
get
Input
get
Input
Value
on
Destroy
set
Input
Value
Properties
_detector
_detector
:
ChangeDetectorRef
_model
_model
:
ModelType
<
T
>
_model
Scope
_modelScope
:
ReactiveControlScope
<
T
&
Context
>
_provider
_provider
:
InjectionProvider
_render
_render
:
ComponentRender
<
any
>
_signal
Scope
_signalScope
:
SignalScope
_view
Scope
_viewScope
:
ReactiveScope
<
{
this
:
BaseComponent
<
T
>
}
>
_zone
_zone
:
AuroraZone
Methods
adopted
Callback
adoptedCallback
()
:
void
Returns
void
attribute
Changed
Callback
attributeChangedCallback
(
name
:
string
,
oldValue
:
any
,
newValue
:
any
)
:
void
Parameters
name
:
string
oldValue
:
any
newValue
:
any
Returns
void
connected
Callback
connectedCallback
()
:
void
Returns
void
disconnected
Callback
disconnectedCallback
()
:
void
Returns
void
get
Component
Ref
getComponentRef
()
:
ComponentRef
<
T
>
Returns
ComponentRef
<
T
>
get
Input
getInput
(
viewProp
:
string
)
:
undefined
|
PropertyRef
Parameters
viewProp
:
string
Returns
undefined
|
PropertyRef
get
Input
Value
getInputValue
(
viewProp
:
string
)
:
any
Parameters
viewProp
:
string
Returns
any
on
Destroy
onDestroy
(
callback
:
()
=>
void
)
:
void
Parameters
callback
:
()
=>
void
Returns
void
set
Input
Value
setInputValue
(
viewProp
:
string
,
value
:
any
)
:
void
Parameters
viewProp
:
string
value
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_detector
_model
_model
Scope
_provider
_render
_signal
Scope
_view
Scope
_zone
Methods
adopted
Callback
attribute
Changed
Callback
connected
Callback
disconnected
Callback
get
Component
Ref
get
Input
get
Input
Value
on
Destroy
set
Input
Value
Ibyar/Aurora
Loading...