[O3 Framework](../API.md) / ActionFunction

# Type Alias: ActionFunction()\<T\>

> **ActionFunction**\<`T`\> = (`state`, ...`args`) => `Partial`\<`T`\>

Defined in: [packages/framework/esm-react-utils/src/useStore.ts:5](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useStore.ts#L5)

## Type Parameters

### T

`T`

## Parameters

### state

`T`

### args

...`any`[]

## Returns

`Partial`\<`T`\>
