@wasp-ui/ng-golden-layout
Version:
Angular bindings for golden-layout
53 lines • 1.47 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* Hook invoked after a component's container or the document has been resized.
* @record
*/
export function GlOnResize() { }
function GlOnResize_tsickle_Closure_declarations() {
/**
* Invoked when the 'resize' event fires on the component's parent GoldenLayout Container.
* @type {?}
*/
GlOnResize.prototype.glOnResize;
}
/**
* Hook invoked before a component's container is shown.
* @record
*/
export function GlOnShow() { }
function GlOnShow_tsickle_Closure_declarations() {
/**
* Invoked when the 'show' event fires on the component's parent GoldenLayout Container.
* @type {?}
*/
GlOnShow.prototype.glOnShow;
}
/**
* Hook invoked before a component's container is hidden.
* @record
*/
export function GlOnHide() { }
function GlOnHide_tsickle_Closure_declarations() {
/**
* Invoked when the 'hide' event fires on the component's parent GoldenLayout Container.
* @type {?}
*/
GlOnHide.prototype.glOnHide;
}
/**
* Hook invoked after component's container tab is shown
* @record
*/
export function GlOnTab() { }
function GlOnTab_tsickle_Closure_declarations() {
/**
* Invoked when the 'tab' event fires on the component's parent GoldenLayout Container.
* @type {?}
*/
GlOnTab.prototype.glOnTab;
}
//# sourceMappingURL=hooks.js.map