PowerHorse Engine
    Preparing search index...

    Variable createScopeConst

    createScope: (ElementNodeRef?: ElementNode) => Scope = createScopeInternal

    Type Declaration

      • (ElementNodeRef?: ElementNode): Scope
      • A scope can be used to bind components/elements to a servant. Any createEffects/Elements created while the scope is Opened will bind to it. Similar to how createEffects and States will bind the createElement

        Parameters

        Returns Scope