@infrasoftbe/vnv-sdk
Preparing search index...
ESS
Layers
ListChildLayer
Interface ListChildLayer
interface
ListChildLayer
{
create
(
structureChild
:
IListChild
)
:
Promise
<
IListChild
>
;
delete
()
:
Promise
<
boolean
>
;
get
<
T
extends
any
[]
=
null
>
()
:
Promise
<
T
extends
null
?
IListChild
:
IListChild
[]
,
>
;
update
(
structureChild
:
IListChild
)
:
Promise
<
IListChild
>
;
}
Index
Methods
create
delete
get
update
Methods
create
create
(
structureChild
:
IListChild
)
:
Promise
<
IListChild
>
Parameters
structureChild
:
IListChild
Returns
Promise
<
IListChild
>
delete
delete
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
get
get
<
T
extends
any
[]
=
null
>
()
:
Promise
<
T
extends
null
?
IListChild
:
IListChild
[]
,
>
Type Parameters
T
extends
any
[]
=
null
Returns
Promise
<
T
extends
null
?
IListChild
:
IListChild
[]
>
update
update
(
structureChild
:
IListChild
)
:
Promise
<
IListChild
>
Parameters
structureChild
:
IListChild
Returns
Promise
<
IListChild
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
delete
get
update
@infrasoftbe/vnv-sdk
Loading...