Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
SerializedUpdateObjectAction
Interface SerializedUpdateObjectAction<T>
interface
SerializedUpdateObjectAction
<
T
extends
DataModelObject
>
{
_objectType
?:
null
|
ObjectType
|
"editProposal"
|
"editProposalEdit"
;
_subActions
?:
SerializedAction
[]
;
action
:
"UPDATE"
;
actions
?:
SerializedAction
;
attributes
:
Partial
<
DataModelObjectAttributes
<
T
>
>
;
name
?:
string
;
}
Type Parameters
T
extends
DataModelObject
Hierarchy (
View Summary
)
SerializedAction
SerializedUpdateObjectAction
Index
Properties
_object
Type?
_sub
Actions?
action
actions?
attributes
name?
Properties
Optional
_object
Type
_objectType
?:
null
|
ObjectType
|
"editProposal"
|
"editProposalEdit"
Optional
_sub
Actions
_subActions
?:
SerializedAction
[]
action
action
:
"UPDATE"
Optional
actions
actions
?:
SerializedAction
attributes
attributes
:
Partial
<
DataModelObjectAttributes
<
T
>
>
Optional
name
name
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_object
Type
_sub
Actions
action
actions
attributes
name
Waze Map Editor JavaScript SDK
Loading...