@eclipse-scout/core
Version:
Eclipse Scout runtime
14 lines • 476 B
TypeScript
export declare const inspector: {
/**
* Adds inspector info (e.g. classId) from the given 'model' to the DOM. The target element
* is either the given '$container' or model.$container. Nothing happens if model or target
* element is undefined.
*/
applyInfo(model: {
$container?: JQuery;
id?: string;
modelClass?: string;
classId?: string;
}, $container?: JQuery): void;
};
//# sourceMappingURL=inspector.d.ts.map