Type alias Action

Action: "pop" | "push" | "replace"

Type alias constraining the possible Router Actions to 'pop', 'push' and 'replace'. These Actions correspond loosely to possible History events.

Generated using TypeDoc