Skip to content

Interface: CascadeOptions

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Marketplace / CascadeOptions

Interface: CascadeOptions

Defined in: src/types/marketplace.ts:345

Options for the cascade-bearing lifecycle operations (upgrade / uninstall).

Remarks

Sent as a query parameter. When cascade is false (the default), an operation on an install that has dependents is rejected with 409 (HasDependents). When true, the operation is applied to dependents in reverse-topological order.

Properties

cascade?

optional cascade: boolean

Defined in: src/types/marketplace.ts:351

Whether to cascade the operation to dependents.

Default Value

false