@tak-ps/node-tak
Preparing search index...
Group
Class Group
Hierarchy
default
Group
Index
Constructors
constructor
Properties
api
schema
Methods
cli
list
update
Constructors
constructor
new
Group
(
api
:
TAKAPI
)
:
Group
Parameters
api
:
TAKAPI
Returns
Group
Properties
api
api
:
TAKAPI
schema
schema
:
{
list
:
{
description
:
string
;
formats
:
CommandOutputFormat
[]
;
params
:
TObject
<
{}
>
;
query
:
TObject
<
{}
>
;
}
;
}
= ...
Methods
cli
cli
(
args
:
ParsedArgs
)
:
Promise
<
string
|
object
>
Parameters
args
:
ParsedArgs
Returns
Promise
<
string
|
object
>
list
list
(
query
?:
{
useCache
?:
boolean
}
,
)
:
Promise
<
{
data
:
{
active
:
boolean
;
bitpos
:
number
;
created
:
string
;
description
?:
string
;
direction
:
string
;
name
:
string
;
type
:
string
;
}
[]
;
messages
?:
string
[]
;
nodeId
?:
string
;
type
:
string
;
version
:
string
;
}
,
>
Parameters
query
:
{
useCache
?:
boolean
}
= {}
Returns
Promise
<
{
data
:
{
active
:
boolean
;
bitpos
:
number
;
created
:
string
;
description
?:
string
;
direction
:
string
;
name
:
string
;
type
:
string
;
}
[]
;
messages
?:
string
[]
;
nodeId
?:
string
;
type
:
string
;
version
:
string
;
}
,
>
update
update
(
body
:
{
active
:
boolean
;
bitpos
:
number
;
created
:
string
;
description
?:
string
;
direction
:
string
;
name
:
string
;
type
:
string
;
}
[]
,
query
?:
{
useCache
?:
boolean
}
,
)
:
Promise
<
void
>
Parameters
body
:
{
active
:
boolean
;
bitpos
:
number
;
created
:
string
;
description
?:
string
;
direction
:
string
;
name
:
string
;
type
:
string
;
}
[]
query
:
{
useCache
?:
boolean
}
= {}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
schema
Methods
cli
list
update
@tak-ps/node-tak
Loading...