Interface IContentProvider

interface IContentProvider {
    content: WindowContent;
    drawing: object;
    drawingWatcher: IScriptableWatcher;
    elementMap: HashMap<string, IElement>;
    elements: object;
    window: Window;
    invalidateAllContent(): void;
    refreshDrawing(): void;
    refreshElements(): void;
    setContentObject(content: WindowContent): void;
    setupDrawing(): void;
    setupElements(): void;
}

Methods

Properties

content: WindowContent
drawing: object
drawingWatcher: IScriptableWatcher
elementMap: HashMap<string, IElement>
elements: object
window: Window

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.