@inrupt/solid-client
    Preparing search index...

    Function removeAgent

    • function is still experimental and subject to change, even in a non-major release.
      

      Prevent the [[Matcher]] from applying to a given agent directly. This will not prevent the agent from matching on other properties than its WebID.

      Parameters

      • matcher: ThingPersisted

        The [[Matcher]] that should no longer apply to a given agent.

      • agent: string

        The agent the Matcher should no longer apply to.

      Returns ThingPersisted

      A copy of the Matcher, not applying to the given agent.

      Not released yet.