Type alias PopulationFunction<CustomOptions>

PopulationFunction<CustomOptions>: ((input, options, context) => (Action | ActionFunction)[] | Action | ActionFunction | void)

A population function dynamically generates the actions for the extension. See Extension.actions.

Type Parameters

Type declaration

Returns

A single action, an array of actions.