@tak-ps/node-cot
Preparing search index...
CoTTypes
default
Class default
Index
Constructors
constructor
Properties
cots
how
is
relations
weapons
Methods
types
load
Constructors
constructor
new
default
(
cots
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
;
full
?:
string
}
>
,
weapons
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
,
relations
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
,
is
:
Map
<
string
,
{
match
:
string
;
what
:
string
}
>
,
how
:
Map
<
string
,
{
value
:
string
;
what
:
string
}
>
,
)
:
CoTTypes
.
default
Parameters
cots
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
;
full
?:
string
}
>
weapons
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
relations
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
is
:
Map
<
string
,
{
match
:
string
;
what
:
string
}
>
how
:
Map
<
string
,
{
value
:
string
;
what
:
string
}
>
Returns
CoTTypes
.
default
Properties
cots
cots
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
;
full
?:
string
}
>
how
how
:
Map
<
string
,
{
value
:
string
;
what
:
string
}
>
is
is
:
Map
<
string
,
{
match
:
string
;
what
:
string
}
>
relations
relations
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
weapons
weapons
:
Map
<
string
,
{
cot
:
string
;
desc
:
string
}
>
Methods
types
types
(
si
:
StandardIdentity
,
opts
?:
{
domain
?:
Domain
}
,
)
:
Set
<
{
"2525b"
?:
string
;
cot
:
string
;
desc
:
string
;
full
?:
string
}
>
Parameters
si
:
StandardIdentity
opts
:
{
domain
?:
Domain
}
= {}
Returns
Set
<
{
"2525b"
?:
string
;
cot
:
string
;
desc
:
string
;
full
?:
string
}
>
Static
load
load
()
:
Promise
<
CoTTypes
.
default
>
Returns
Promise
<
CoTTypes
.
default
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cots
how
is
relations
weapons
Methods
types
load
@tak-ps/node-cot
Loading...