@epikodelabs/actionstack / isSystemActionType
Function: isSystemActionType()
isSystemActionType(
type):boolean
Defined in: store.ts:88
Checks whether an action type belongs to the internal system namespace.
Parameters
type
string
Action type string to check.
Returns
boolean
True when the type starts with "system/".