@infrasoftbe/vnv-sdk
Preparing search index...
ADM
Layers
ManagementProjectLayer
Interface ManagementProjectLayer
interface
ManagementProjectLayer
{
layers
:
{
Backups
:
LayerFactory
<
BackupLayer
>
;
Commits
:
LayerFactory
<
ADM
.
Layers
.
CommitLayer
>
;
Documents
:
LayerFactory
<
ADM
.
Layers
.
DocumentLayer
>
;
Groups
:
LayerFactory
<
GroupLayer
>
;
Users
:
LayerFactory
<
UserLayer
>
;
}
;
config
()
:
Promise
<
any
>
;
create
(
options
:
{
name
?:
string
}
)
:
Promise
<
ADM
.
CreateProjectResponse
>
;
delete
()
:
any
;
get
()
:
Promise
<
any
>
;
update
()
:
any
;
}
Index
Properties
layers
Methods
config
create
delete
get
update
Properties
layers
layers
:
{
Backups
:
LayerFactory
<
BackupLayer
>
;
Commits
:
LayerFactory
<
ADM
.
Layers
.
CommitLayer
>
;
Documents
:
LayerFactory
<
ADM
.
Layers
.
DocumentLayer
>
;
Groups
:
LayerFactory
<
GroupLayer
>
;
Users
:
LayerFactory
<
UserLayer
>
;
}
Methods
config
config
()
:
Promise
<
any
>
Returns
Promise
<
any
>
create
create
(
options
:
{
name
?:
string
}
)
:
Promise
<
ADM
.
CreateProjectResponse
>
Parameters
options
:
{
name
?:
string
}
Returns
Promise
<
ADM
.
CreateProjectResponse
>
delete
delete
()
:
any
Returns
any
get
get
()
:
Promise
<
any
>
Returns
Promise
<
any
>
update
update
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
layers
Methods
config
create
delete
get
update
@infrasoftbe/vnv-sdk
Loading...