Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
ModelDestroyOptions
Interface ModelDestroyOptions
interface
ModelDestroyOptions
{
beforeSend
?:
(
jqxhr
:
JQueryXHR
)
=>
void
;
data
?:
any
;
error
?:
(
modelOrCollection
?:
any
,
jqxhr
?:
JQueryXHR
,
options
?:
any
)
=>
void
;
success
?:
(
modelOrCollection
?:
any
,
response
?:
any
,
options
?:
any
)
=>
void
;
url
?:
string
;
wait
?:
boolean
;
}
Hierarchy (
View Summary
)
Waitable
PersistenceOptions
ModelDestroyOptions
Index
Properties
before
Send?
data?
error?
success?
url?
wait?
Properties
Optional
before
Send
beforeSend
?:
(
jqxhr
:
JQueryXHR
)
=>
void
Optional
data
data
?:
any
Optional
error
error
?:
(
modelOrCollection
?:
any
,
jqxhr
?:
JQueryXHR
,
options
?:
any
)
=>
void
Optional
success
success
?:
(
modelOrCollection
?:
any
,
response
?:
any
,
options
?:
any
)
=>
void
Optional
url
url
?:
string
Optional
wait
wait
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
before
Send
data
error
success
url
wait
Waze Map Editor JavaScript SDK
Loading...