featherbit UI
    Preparing search index...

    Function applyEdit

    • Returns the local config after editing key to value, without mutating the inputs. An edit that lands exactly on the inherited value (deep equality) — or clears the field (undefined) — drops the key from local config so the field stays inherited instead of pinning a redundant copy.

      Parameters

      • local: Record<string, unknown>
      • inherited: Record<string, unknown>
      • key: string
      • value: unknown

      Returns Record<string, unknown>