Search
Preparing search index...
The search index is not available
@dronedeploy/rocos-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ConfigGroupService
Class ConfigGroupService
Hierarchy
BaseService
ConfigGroupService
Index
Constructors
constructor
Properties
http
Request
options
Methods
create
get
ByVersion
get
Override
Config
info
list
override
ByOwner
Id
publish
update
update
Config
Constructors
constructor
new
Config
Group
Service
(
options
:
IRocosClientOptions
)
:
ConfigGroupService
Parameters
options:
IRocosClientOptions
Returns
ConfigGroupService
Properties
Protected
http
Request
http
Request
:
HttpRequest
Protected
options
options
:
IRocosClientOptions
Methods
create
create
(
projectId
:
string
, type
:
string
, model
:
ConfigGroup
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
model:
ConfigGroup
Returns
Observable
<
RocosResponse
<
any
>
>
get
ByVersion
get
ByVersion
(
projectId
:
string
, type
:
string
, id
:
string
, version
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
version:
string
Returns
Observable
<
RocosResponse
<
any
>
>
get
Override
Config
get
Override
Config
(
projectId
:
string
, type
:
string
, id
:
string
, ownerId
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
ownerId:
string
Returns
Observable
<
RocosResponse
<
any
>
>
info
info
(
projectId
:
string
, type
:
string
, id
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
Returns
Observable
<
RocosResponse
<
any
>
>
list
list
(
projectId
:
string
, type
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
Returns
Observable
<
RocosResponse
<
any
>
>
override
ByOwner
Id
override
ByOwner
Id
(
projectId
:
string
, type
:
string
, id
:
string
, ownerId
:
string
, content
:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
ownerId:
string
content:
any
Returns
Observable
<
RocosResponse
<
any
>
>
publish
publish
(
projectId
:
string
, type
:
string
, id
:
string
, model
:
ConfigGroup
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
model:
ConfigGroup
Returns
Observable
<
RocosResponse
<
any
>
>
update
update
(
projectId
:
string
, type
:
string
, id
:
string
, model
:
ConfigGroup
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
model:
ConfigGroup
Returns
Observable
<
RocosResponse
<
any
>
>
update
Config
update
Config
(
projectId
:
string
, type
:
string
, id
:
string
, configId
:
string
, content
:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
type:
string
id:
string
configId:
string
content:
any
Returns
Observable
<
RocosResponse
<
any
>
>
Globals
Config
Group
Service
constructor
http
Request
options
create
get
ByVersion
get
Override
Config
info
list
override
ByOwner
Id
publish
update
update
Config
Generated using
TypeDoc