Check if a node ID represents an action block parameter.
static bool isActionBlockParamNodeId(String nodeId) => _actionBlockParam.matches(nodeId);