pivotick - v0.0.1
    Preparing search index...

    Interface UIElement

    interface UIElement {
        afterMount(): void;
        destroy(): void;
        graphReady(): void;
        mount(container: HTMLElement): void;
    }
    Index

    Methods

    • Parameters

      • container: HTMLElement

      Returns void