Function createSkillMountRoot

  • Parameters

    • options: {
          identifier: string;
          onDestroy: ((reactMountRoot) => any);
      }
      • identifier: string
      • onDestroy: ((reactMountRoot) => any)
          • (reactMountRoot): any
          • Parameters

            • reactMountRoot: HTMLElement

            Returns any

    Returns HTMLDivElement

Generated using TypeDoc