Interface IScriptableWatcher

interface IScriptableWatcher {
    object: object;
    invalidate(): void;
    isDirty(): boolean;
    refresh(): void;
    setTarget(obj: object): void;
    validate(): void;
}

Methods

Properties

object: object

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