pond-ts API Reference (core)
Preparing search index...
LiveSource
Interface LiveSource<S>
interface
LiveSource
<
S
extends
SeriesSchema
>
{
length
:
number
;
name
:
string
;
schema
:
S
;
at
(
index
:
number
)
:
EventForSchema
<
S
>
|
undefined
;
on
(
type
:
"event"
,
fn
:
(
event
:
EventForSchema
<
S
>
)
=>
void
)
:
()
=>
void
;
}
Type Parameters
S
extends
SeriesSchema
Implemented by
LiveView
Index
Properties
length
name
schema
Methods
at
on
Properties
Readonly
length
length
:
number
Readonly
name
name
:
string
Readonly
schema
schema
:
S
Methods
at
at
(
index
:
number
)
:
EventForSchema
<
S
>
|
undefined
Parameters
index
:
number
Returns
EventForSchema
<
S
>
|
undefined
on
on
(
type
:
"event"
,
fn
:
(
event
:
EventForSchema
<
S
>
)
=>
void
)
:
()
=>
void
Parameters
type
:
"event"
fn
:
(
event
:
EventForSchema
<
S
>
)
=>
void
Returns
()
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
length
name
schema
Methods
at
on
pond-ts API Reference (core)
Loading...