c3nav
Preparing search index...
EditorAPI
Class EditorAPI
Hierarchy
APIBase
EditorAPI
Index
Constructors
constructor
Properties
api
Client
options
Methods
get
Beacons
Lookup
get
Bounds
get
By
Id
get
Geometry
Styles
get
Level
Geometries
get
List
get
Space
Geometries
set
Api
Url
Constructors
constructor
new
EditorAPI
(
apiClient
:
APIClient
,
options
:
ClientOptions
)
:
EditorAPI
Parameters
apiClient
:
APIClient
options
:
ClientOptions
Returns
EditorAPI
Properties
Protected
Readonly
api
Client
apiClient
:
APIClient
Protected
Readonly
options
options
:
ClientOptions
Methods
get
Beacons
Lookup
getBeaconsLookup
()
:
Promise
<
EditorBeaconsLookup
>
Returns
Promise
<
EditorBeaconsLookup
>
get
Bounds
getBounds
()
:
Promise
<
Editor
>
Returns
Promise
<
Editor
>
get
By
Id
getById
(
_id
:
number
)
:
Promise
<
Editor
>
Parameters
_id
:
number
Returns
Promise
<
Editor
>
get
Geometry
Styles
getGeometryStyles
()
:
Promise
<
GeometryStyles
>
Returns
Promise
<
GeometryStyles
>
get
Level
Geometries
getLevelGeometries
(
levelId
:
string
|
number
,
updateCacheKey
?:
string
,
)
:
Promise
<
EditorGeometries
>
Parameters
levelId
:
string
|
number
Optional
updateCacheKey
:
string
Returns
Promise
<
EditorGeometries
>
get
List
getList
()
:
Promise
<
Editor
[]
>
Returns
Promise
<
Editor
[]
>
get
Space
Geometries
getSpaceGeometries
(
spaceId
:
string
|
number
,
updateCacheKey
?:
string
,
)
:
Promise
<
EditorGeometries
>
Parameters
spaceId
:
string
|
number
Optional
updateCacheKey
:
string
Returns
Promise
<
EditorGeometries
>
set
Api
Url
setApiUrl
(
newURL
:
string
)
:
void
Set a new API URL.
Parameters
newURL
:
string
The new API url
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
Client
options
Methods
get
Beacons
Lookup
get
Bounds
get
By
Id
get
Geometry
Styles
get
Level
Geometries
get
List
get
Space
Geometries
set
Api
Url
c3nav
Loading...
Set a new API URL.