Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
ngw-orm
ResourceGroup
Class ResourceGroup
Base abstract resource for all resources.
Hierarchy
BaseResource
ResourceGroup
Index
Constructors
constructor
Properties
connection?
item?
Methods
clone
connect
get
Ngw
Payload
receive
sync
to
Typescript
validate
Constructors
constructor
new
Resource
Group
(
)
:
ResourceGroup
Returns
ResourceGroup
Properties
Static
Optional
connection
connection
?:
Connection
Static
Optional
item
item
?:
ResourceItem
Methods
Static
clone
clone
<
T
>
(
options
?
)
:
T
Type Parameters
T
extends
typeof
BaseResource
=
typeof
BaseResource
Parameters
options
:
Partial
<
NgwResourceOptions
>
= {}
Returns
T
Static
connect
connect
<
T
>
(
resourceOptions
,
connectionOrOptions
)
:
Promise
<
T
>
Type Parameters
T
extends
typeof
BaseResource
=
typeof
BaseResource
Parameters
resourceOptions
:
ResourceIdKeynameDef
connectionOrOptions
:
ConnectionOptions
|
Connection
Returns
Promise
<
T
>
Static
get
Ngw
Payload
get
Ngw
Payload
(
resource
,
parent
,
options
)
:
undefined
|
Record
<
string
,
any
>
Parameters
resource
:
Type
<
BaseResource
>
parent
:
number
options
:
SyncOptions
Returns
undefined
|
Record
<
string
,
any
>
Static
receive
receive
(
item
,
ResCls
?
)
:
typeof
BaseResource
Parameters
item
:
ResourceItem
Optional
ResCls
:
typeof
BaseResource
Returns
typeof
BaseResource
Static
sync
sync
(
options
,
connectionOrOptions
)
:
void
Parameters
options
:
SyncOptions
connectionOrOptions
:
ConnectionOptions
|
Connection
Returns
void
Static
to
Typescript
to
Typescript
(
opt
?
)
:
ToTypescript
Parameters
Optional
opt
:
ToTypescriptOptions
Returns
ToTypescript
Static
validate
validate
(
)
:
ValidateErrorType
[]
Returns
ValidateErrorType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
connection
item
clone
connect
get
Ngw
Payload
receive
sync
to
Typescript
validate
NextGIS Frontend
area
cache
cancelable-promise
control-container
dialog
dom
expression
geocoder
icons
item
leaflet-map-adapter
logging
mapboxgl-map-adapter
ngw-connector
ngw-kit
ngw-leaflet
ngw-map
ngw-mapbox
ngw-ol
ngw-orm
ngw-uploader
Loading...
Generated using
TypeDoc
Base abstract resource for all resources.