Skip to content

Home > @unseenco/backstage-dataverse > Atom > reduce

Atom.reduce() method

Signature:

typescript
reduce(fn: (state: State) => State): void;

Parameters

ParameterTypeDescription
fn(state: State) => State

Returns:

void