Interface PersistenceOptions

Hierarchy

Index

Properties

Properties

optional public beforeSend?: (jqxhr: JQueryXHR) => void

optional public error?: (modelOrCollection?: any, jqxhr?: JQueryXHR, options?: any) => void

optional public success?: (modelOrCollection?: any, response?: any, options?: any) => void

optional public url?: string