Search
Preparing search index...
The search index is not available
helyOS-JavaScript-SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
helyOS-JavaScript-SDK
<internal>
MAPOBJECTS
Class MAPOBJECTS
Hierarchy
MAPOBJECTS
Index
Constructors
constructor
Properties
fetching
last
List
Promise
Methods
create
create
Many
delete
get
list
list
Recent
mark
All
Deleted
mark
Deleted
patch
Constructors
constructor
new MAPOBJECTS
(
client
:
any
, socket
:
any
)
:
MAPOBJECTS
Parameters
client:
any
socket:
any
Returns
MAPOBJECTS
Properties
fetching
fetching
:
boolean
last
List
Promise
last
List
Promise
:
Promise
<
any
>
Methods
create
create
(
mapObject
:
Partial
<
H_MapObject
>
)
:
Promise
<
any
>
Parameters
mapObject:
Partial
<
H_MapObject
>
Returns
Promise
<
any
>
create
Many
create
Many
(
mapObjects
:
Partial
<
H_MapObject
>
[]
)
:
Promise
<
any
>
Parameters
mapObjects:
Partial
<
H_MapObject
>
[]
Returns
Promise
<
any
>
delete
delete
(
mapObjectId
:
any
)
:
Promise
<
any
>
Parameters
mapObjectId:
any
Returns
Promise
<
any
>
get
get
(
mapObjectId
:
string
)
:
Promise
<
H_MapObject
>
Parameters
mapObjectId:
string
Returns
Promise
<
H_MapObject
>
list
list
(
condition
:
Partial
<
H_MapObject
>
, first
?:
number
, offset
?:
number
, orderBy
?:
string
)
:
Promise
<
any
>
Parameters
condition:
Partial
<
H_MapObject
>
first:
number
= 100
offset:
number
= 0
orderBy:
string
= 'ID_DESC'
Returns
Promise
<
any
>
list
Recent
list
Recent
(
since
:
number
)
:
Promise
<
any
>
Parameters
since:
number
Returns
Promise
<
any
>
mark
All
Deleted
mark
All
Deleted
(
yardId
:
any
)
:
Promise
<
any
>
Parameters
yardId:
any
Returns
Promise
<
any
>
mark
Deleted
mark
Deleted
(
mapObjectId
:
any
)
:
Promise
<
any
>
Parameters
mapObjectId:
any
Returns
Promise
<
any
>
patch
patch
(
mapObject
:
H_MapObject
)
:
Promise
<
any
>
Parameters
mapObject:
H_MapObject
Returns
Promise
<
any
>
Exports
<internal>
Data
Proxy
Http
Link
MAPOBJECTS
constructor
fetching
last
List
Promise
create
create
Many
delete
get
list
list
Recent
mark
All
Deleted
mark
Deleted
patch
Generated using
TypeDoc