cytoplasmic
Preparing search index...
Context
Class Context
Index
Constructors
constructor
Methods
destroy
init
on
Destroy
on
Init
provide
use
Constructors
constructor
new
Context
(
parent
?:
Context
)
:
Context
Parameters
Optional
parent
:
Context
Returns
Context
Methods
destroy
destroy
()
:
void
Returns
void
init
init
()
:
void
Returns
void
on
Destroy
onDestroy
(
destructor
:
()
=>
void
)
:
void
Parameters
destructor
:
()
=>
void
Returns
void
on
Init
onInit
(
initializer
:
()
=>
void
)
:
void
Parameters
initializer
:
()
=>
void
Returns
void
provide
provide
<
T
>
(
property
:
ContextValue
<
T
>
,
value
:
T
)
:
Context
Type Parameters
T
Parameters
property
:
ContextValue
<
T
>
value
:
T
Returns
Context
use
use
<
T
>
(
property
:
ContextValue
<
T
>
)
:
T
Type Parameters
T
Parameters
property
:
ContextValue
<
T
>
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
destroy
init
on
Destroy
on
Init
provide
use
cytoplasmic
Loading...