Type Alias MessageFunction
MessageFunction: (
targetLocation: History.Location,
action: History.Action,
location: History.Location,
) => string | boolean
Type Declaration
- (
targetLocation: History.Location,
action: History.Action,
location: History.Location,
): string | boolean Parameters
- targetLocation: History.Location
- action: History.Action
- location: History.Location
Returns string | boolean