@infrasoftbe/vnv-sdk
Preparing search index...
ADM
Layers
DocumentLayer
Interface DocumentLayer
interface
DocumentLayer
{
layers
:
{}
;
create
(
formData
:
FormData
)
:
Promise
<
GetObjectOutput
>
;
delete
()
:
Promise
<
any
>
;
download
()
:
Promise
<
any
>
;
get
()
:
Promise
<
ListObjectsOutput
>
;
}
Index
Properties
layers
Methods
create
delete
download
get
Properties
layers
layers
:
{}
Methods
create
create
(
formData
:
FormData
)
:
Promise
<
GetObjectOutput
>
Parameters
formData
:
FormData
Returns
Promise
<
GetObjectOutput
>
delete
delete
()
:
Promise
<
any
>
Returns
Promise
<
any
>
download
download
()
:
Promise
<
any
>
Returns
Promise
<
any
>
get
get
()
:
Promise
<
ListObjectsOutput
>
Returns
Promise
<
ListObjectsOutput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
layers
Methods
create
delete
download
get
@infrasoftbe/vnv-sdk
Loading...