diff --git a/marionette/marionette.d.ts b/marionette/marionette.d.ts index b120961cf0..4209677d21 100644 --- a/marionette/marionette.d.ts +++ b/marionette/marionette.d.ts @@ -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; } /**