Function overrideOutline

  • Overrides an existing outline schema in the swarm system by updating it with the provided partial schema. Ensures the operation runs in a clean context using beginContext to avoid interference from existing method or execution contexts. Logs the operation if logging is enabled in the global configuration.

    Type Parameters

    • Data extends unknown = any
    • Param extends unknown = any

    Parameters

    • outlineSchema: TOutlineSchema<Data, Param>

      Partial outline schema with updates to be applied to the existing outline configuration.

    Returns IOutlineSchema<any, any>