dynamic-forms / Function

applyMultipleLogic

Generic types:TValue

No documentation has been provided.

Presentation

function applyMultipleLogic(
  configs: LogicConfig[],
  fieldPath: SchemaPath<TValue> | SchemaPathTree<TValue>,
): void;

Returns

void

Parameters

NameTypeDescription
configs
LogicConfig[]
fieldPath
SchemaPath<TValue> | SchemaPathTree<TValue>