Skip to content

SwitchProps

Defined in: core/control-flow/switch-case/index.ts:20

Switch control flow element props

used in Switch

Properties

condition

condition: Signal<any>

Defined in: core/control-flow/switch-case/index.ts:24

The condition to check


memoAll?

optional memoAll: boolean

Defined in: core/control-flow/switch-case/index.ts:29

Should memoize all the cases

Default

true