mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add internal properties extended for Marionette.View
This commit is contained in:
Vendored
+7
@@ -796,6 +796,13 @@ declare module Marionette {
|
||||
* This event / callback is useful for DOM-dependent UI plugins such as jQueryUI or KendoUI.
|
||||
*/
|
||||
onDomRefresh(): void;
|
||||
|
||||
/**
|
||||
* Internal properties extended in Marionette.View.
|
||||
*/
|
||||
isDestroyed: boolean;
|
||||
supportsRenderLifecycle: boolean;
|
||||
supportsDestroyLifecycle: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user