Check if a node ID represents a custom action.
static bool isCustomActionNodeId(String nodeId) => _customAction.matches(nodeId);