Skip to main content

createActPointManager

Callable

  • createActPointManager(): { add: (x: ISubApp) => void; context: IComponentContext; domElement: HTMLElement; initialized: Promise<void>; requireInitializeTask: (fn: () => void | Promise<unknown>) => void }

  • Returns { add: (x: ISubApp) => void; context: IComponentContext; domElement: HTMLElement; initialized: Promise<void>; requireInitializeTask: (fn: () => void | Promise<unknown>) => void }

    • add: (x: ISubApp) => void
        • (x: ISubApp): void
        • Parameters

          • x: ISubApp

          Returns void

    • context: IComponentContext
    • domElement: HTMLElement
    • initialized: Promise<void>
    • requireInitializeTask: (fn: () => void | Promise<unknown>) => void
        • (fn: () => void | Promise<unknown>): void
        • Parameters

          • fn: () => void | Promise<unknown>

          Returns void