Preparing search index...
The search index is not available
Chalkboard - v2.2.0
Chalkboard
ChalkboardSet
Type Alias ChalkboardSet<T>
ChalkboardSet
:
{
contains
:
(
element
:
T
)
=>
boolean
;
elements
?:
T
[]
;
id
?:
string
;
}
The type for sets.
Type Parameters
T
Type declaration
contains
:
(
element
:
T
)
=>
boolean
Optional
elements
?:
T
[]
Optional
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v2.2.0
Loading...
The type for sets.