bireactive - v0.3.1
Type Alias Marker
Identity shared across renderings;
active
is OR over bound locals.
type
Marker
=
{
active
:
Cell
<
boolean
>
;
color
:
Writable
<
Cell
<
string
|
null
>
>
;
bind
(
local
:
Writable
<
Cell
<
boolean
>
>
)
:
()
=>
void
;
register
(
id
:
string
)
:
Marker
;
}
Index
Methods
bind
register
Properties
active
color
Methods
bind
bind
(
local
:
Writable
<
Cell
<
boolean
>
>
)
:
()
=>
void
Parameters
local
:
Writable
<
Cell
<
boolean
>
>
Returns
()
=>
void
register
register
(
id
:
string
)
:
Marker
Parameters
id
:
string
Returns
Marker
Properties
active
active
:
Cell
<
boolean
>
color
color
:
Writable
<
Cell
<
string
|
null
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
bind
register
Properties
active
color
Demo
bireactive - v0.3.1
Identity shared across renderings;
activeis OR over bound locals.